Skip to content

A .NET implementation of Salsa20, Salsa20/12, and Salsa20/8.

License

Notifications You must be signed in to change notification settings

samuel-lucas6/Salsa.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

License: MIT

Salsa.NET

A .NET implementation of Salsa20, Salsa20/12, and Salsa20/8.

Warning

  • You'd be better off using Salsa20 from libsodium.
  • The nonce MUST NOT be repeated or reused with the same key.
  • Do NOT touch the counter unless you know how Salsa20 works internally.
  • I do NOT recommend Salsa20/8; the security margin is not enough. Stick with Salsa20.

About

A .NET implementation of Salsa20, Salsa20/12, and Salsa20/8.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages