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 = 2Key derivation mode for deriving keys from input material.
Hash = 0Standard hash mode (default).
KeyedHash = 1Keyed hash mode for message authentication (MAC).