Table of Contents

Enum Blake3Mode

Namespace
CryptoHives.Foundation.Security.Cryptography.Hash
Assembly
CryptoHives.Foundation.Security.Cryptography.dll

Specifies the mode of operation for BLAKE3.

public enum Blake3Mode

Fields

DeriveKey = 2

Key derivation mode for deriving keys from input material.

Hash = 0

Standard hash mode (default).

KeyedHash = 1

Keyed hash mode for message authentication (MAC).