An implementation of the rfc5869 HMAC based Extract-and-Expand Key Derivation Function (HKDF) (https://tools.ietf.org/html/rfc5869).
Info
Version: | 1.0.38 |
Author(s): | Steven Ward |
Last Update: | Wednesday, August 5, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/stevewgh/HKDFrfc5869 |
NuGet Url: | https://www.nuget.org/packages/HKDFrfc5869 |
Install
Install-Package HKDFrfc5869
dotnet add package HKDFrfc5869
paket add HKDFrfc5869
HKDFrfc5869 Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Memory(>= 4.5.4)