• HD key derivation

    Supports:

    • k256
    • p256

    Parameters

    • variant: EcdsaVariant

      ecdsa scheme

    • id: Uint8Array

      keyid which will be used for the key derivation

    • public_keys: Uint8Array[]

      ecdsa root keys

    Returns Promise<Uint8Array>