Implements the ChaCha20, Poly1305 and AEAD_CHACHA20_POLY1305 algorithms, as defined in RFC 8439.
Info
Version: | 1.0.1 |
Author(s): | Peter Waher |
Last Update: | Monday, November 9, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PeterWaher/IoTGateway/tree/master/Security/Waher.Security.ChaChaPoly |
NuGet Url: | https://www.nuget.org/packages/Waher.Security.ChaChaPoly |
Install
Install-Package Waher.Security.ChaChaPoly
dotnet add package Waher.Security.ChaChaPoly
paket add Waher.Security.ChaChaPoly
Waher.Security.ChaChaPoly Download (Unzip the "nupkg" after downloading)
Dependencies
- Waher.Runtime.Temporary(>= 1.0.0)
- NETStandard.Library(>= 1.6.1)
Tags