streebog - v0.2.4
    Preparing search index...

    Function Streebog512PBKDF2

    • PBKDF2 implementation for GOST R 34.11-2012

      Parameters

      • password: Uint8Array

        Password from which a derived key is generated

      • salt: Uint8Array

        Salt

      • iterations: number

        Number of iterations (aka work factor)

      • dkLen: number

        Output length

      Returns Uint8Array