HKDF.this
this
(HashFactory hashFactory)Constructs a HKDF instance.
Parameters
hashFactory | A delegate that creates a Hash instance (e.g., () => new SHA256Digest()). |
(HashFactory hashFactory)Constructs a HKDF instance.
hashFactory | A delegate that creates a Hash instance (e.g., () => new SHA256Digest()). |