Skip to content

A .NET implementation of ChaCha8, ChaCha12, and ChaCha20.

License

Notifications You must be signed in to change notification settings

samuel-lucas6/ChaCha.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

License: MIT

ChaCha.NET

A .NET implementation of ChaCha8, ChaCha12, and ChaCha20.

Warning

  • You'd be better off using ChaCha20 from libsodium.
  • The nonce MUST NOT be repeated or reused with the same key.
  • Do NOT touch the counter unless you know how ChaCha works internally.
  • I do NOT recommend ChaCha8; ChaCha20 offers a much safer security margin.

About

A .NET implementation of ChaCha8, ChaCha12, and ChaCha20.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages