How to use the futoin-hkdf.hash_length function in futoin-hkdf

To help you get started, we’ve selected a few futoin-hkdf examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github kulapio / libra-core / lib / crypto / Hkdf.ts View on Github external
get hashLength(): number {
    return hkdf.hash_length(this.hashAlgorithm);
  }
}
github bandprotocol / libra-web / packages / libra-web-core-utils / crypto / Hkdf.ts View on Github external
get hashLength(): number {
    return hkdf.hash_length(this.hashAlgorithm)
  }
}

futoin-hkdf

RFC5869: HMAC-based Extract-and-Expand Key Derivation Function (HKDF)

Apache-2.0
Latest version published 9 months ago

Package Health Score

60 / 100
Full package analysis