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