daviddesmet / paseto-dotnet

🔑 Paseto.NET, a Paseto (Platform-Agnostic Security Tokens) implementation for .NET
MIT License
103 stars 7 forks source link

Migrate to NaCl.Core once XChaCha20-Poly1305 is marked as supported #2

Closed daviddesmet closed 5 years ago

daviddesmet commented 5 years ago

Consider migrating to NaCl.Core library once XChaCha20-Poly1305 is marked as supported.

Currently it needs more testing.