ChaCha20-csharp
ChaCha20-csharp copied to clipboard
Standalone ChaCha20 Cipher implementation in C#
Results
2
ChaCha20-csharp issues
Sort by
recently updated
recently updated
newest added
I'm no security specialist (just a simple web developer), but after reading [this blog post](http://insanecoding.blogspot.com/2014/06/avoid-incorrect-chacha20-implementations.html), I'm skeptical about using any implementation of ChaCha20 for my C# projects until I know...
bug
I'd like to use your class, but am unsure how to properly implement the class within my own project. An example could help significantly. If you have the time to...
enhancement