The project aims to implement FF3-1 algorithm in C#.NET.
TODO
Clone the project
git clone https://github.com/Eneru/ff3-dotnet.gitGo to the project directory
cd ff3-dotnetBuild the library
dotnet buildTo run tests, run the following command
dotnet testLink to the original publication from the NIST
Link to the examples