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

    Class HKDFParams

    HKDF parameters for key derivation.

    HKDF is suitable for deriving keys from high-entropy inputs (like other keys), but NOT for password-based key derivation.

    Implements

    Index
    INDEX: KeyDerivationMethod = KeyDerivationMethod.HKDF

    The method discriminant that opens the HKDF 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 HKDFParams