|
static byte[] | Extract (HashAlgorithmName hashAlgorithmName, byte[] ikm, byte[]? salt=null) |
|
static int | Extract (HashAlgorithmName hashAlgorithmName, ReadOnlySpan< byte > ikm, ReadOnlySpan< byte > salt, Span< byte > prk) |
|
static byte[] | Expand (HashAlgorithmName hashAlgorithmName, byte[] prk, int outputLength, byte[]? info=null) |
|
static void | Expand (HashAlgorithmName hashAlgorithmName, ReadOnlySpan< byte > prk, Span< byte > output, ReadOnlySpan< byte > info) |
|
static byte[] | DeriveKey (HashAlgorithmName hashAlgorithmName, byte[] ikm, int outputLength, byte[]? salt=null, byte[]? info=null) |
|
static void | DeriveKey (HashAlgorithmName hashAlgorithmName, ReadOnlySpan< byte > ikm, Span< byte > output, ReadOnlySpan< byte > salt, ReadOnlySpan< byte > info) |
|
Definition at line 6 of file HKDF.cs.