Blockchain Commons Crypto TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Function ecdsaDerivePrivateKey

    • Derive an ECDSA private key from key material using HKDF.

      Note: This directly returns the HKDF output without validation, matching the Rust reference implementation behavior.

      Parameters

      • keyMaterial: Uint8Array

      Returns Uint8Array