@blockchaincommons/components - v1.0.0-beta.4
    Preparing search index...

    Class PBKDF2Params

    PBKDF2 parameters for password-based key derivation.

    Implements

    Index
    INDEX: KeyDerivationMethod = KeyDerivationMethod.PBKDF2

    The method discriminant that opens the PBKDF2 parameter array on the wire.

    • From the CBOR array, as the reference's TryFrom<CBOR> (a dcbor error): every failure is Cbor with the bare message. The index element is read as a usize (with dcbor's negative wrap) and its value ignored; the fixed-width fields wrap the same way.

      Parameters

      • cborValue: Cbor

      Returns PBKDF2Params