@blockchaincommons/crypto - v1.0.0-beta.3
    Preparing search index...

    Interface HkdfOptions

    Options for the HKDF functions.

    interface HkdfOptions {
        dkLen: number;
    }
    Index
    dkLen: number

    Derived key length in bytes; at most 255 × the hash length.