Info
| Version: | 1.0.0 |
| Author(s): | Timothy D Meadows II |
| Last Update: | Sunday, July 26, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/TimothyMeadows/Poly1305ChaCha20.NetCore |
| NuGet Url: | https://www.nuget.org/packages/Poly1305ChaCha20.NetCore |
Install
Install-Package Poly1305ChaCha20.NetCore
dotnet add package Poly1305ChaCha20.NetCore
paket add Poly1305ChaCha20.NetCore
Poly1305ChaCha20.NetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- ChaCha20.NetCore(>= 1.0.0)
- PinnedMemory(>= 1.0.1)
J. Bernstein with a chacha20 nonce.
Optimized for PinnedMemory depends on ChaCha20.NetCore.