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

    Module kdf

    Password-based key derivation: EncryptedKey, the five *Params types, the SSH agent interface and in-memory agent the SSH-agent method uses, and the HKDF-backed deterministic RNG.

    Subpath entry @blockchaincommons/components/kdf.

    Argon2idParams
    EncryptedKey
    HKDFParams
    PBKDF2Params
    ScryptParams
    SSHAgentParams
    HKDFRng
    KeyDerivation
    SshAgentLockOptions
    SshAgentUnlockOptions
    HashType
    KeyDerivationMethod
    KeyDerivationParams
    HashType
    SALT_LEN
    KeyDerivationMethod
    DEFAULT_PBKDF2_ITERATIONS
    DEFAULT_SCRYPT_LOG_N
    DEFAULT_SCRYPT_R
    DEFAULT_SCRYPT_P
    SSH_AGENT_SALT_LEN
    hashTypeToString
    hashTypeToCbor
    hashTypeFromCbor
    defaultKeyDerivationMethod
    keyDerivationMethodIndex
    keyDerivationMethodFromIndex
    keyDerivationMethodToString
    keyDerivationMethodFromCbor
    hkdfParams
    pbkdf2Params
    scryptParams
    argon2idParams
    sshAgentParams
    defaultKeyDerivationParams
    keyDerivationParamsMethod
    isPasswordBased
    isSshAgent
    lockWithParams
    keyDerivationParamsToCbor
    keyDerivationParamsToCborData
    keyDerivationParamsToString
    keyDerivationParamsFromCbor
    MemorySshAgent → MemorySshAgent
    SshAgent → SshAgent