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

    Class Argon2idParams

    Argon2id parameters for password-based key derivation.

    This is the recommended method for password-based key derivation as it provides the best protection against both GPU cracking and side-channel attacks.

    Implements

    Index
    INDEX: KeyDerivationMethod = KeyDerivationMethod.Argon2id

    The method discriminant that opens the Argon2id parameter array on the wire.

    • From the CBOR array, as the reference's TryFrom<CBOR> (a dcbor error): every failure is Cbor with the bare message. The index element is read as a usize (with dcbor's negative wrap) and its value ignored; the fixed-width fields wrap the same way.

      Parameters

      • cborValue: Cbor

      Returns Argon2idParams