An implementation of the HMAC-based Extract-and-Expand Key Derivation Function in C#.
Info
Version: | 0.8.3 |
Author(s): | Aron Parker |
Last Update: | Friday, August 18, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/AronParker/Hkdf |
NuGet Url: | https://www.nuget.org/packages/Hkdf |
Install
Install-Package Hkdf
dotnet add package Hkdf
paket add Hkdf
Hkdf Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
Tags