Info
Version: | 1.0.1 |
Author(s): | Timothy D Meadows II |
Last Update: | Tuesday, August 11, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/TimothyMeadows/AeadChaCha20Poly1305.NetCore |
NuGet Url: | https://www.nuget.org/packages/AeadChaCha20Poly1305.NetCore |
Install
Install-Package AeadChaCha20Poly1305.NetCore
dotnet add package AeadChaCha20Poly1305.NetCore
paket add AeadChaCha20Poly1305.NetCore
AeadChaCha20Poly1305.NetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- ChaCha20.NetCore(>= 1.0.3)
- PinnedMemory(>= 1.0.1)
- Poly1305.NetCore(>= 1.0.0)
J. Bernstein.
Optimized for PinnedMemory, and .NET core.