Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
convto authored Feb 29, 2024
1 parent cfbc3e0 commit 0285c48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# ChaCha20
ChaCha20 implementation for learning purposes. Do not use in production.

Implemented following [Bernstein, D., "ChaCha, a variant of Salsa20", January 2008](http://cr.yp.to/chacha/chacha-20080128.pdf) and passed through the [RFC8439 Appendix A.1](https://datatracker.ietf.org/doc/html/rfc8439#appendix-A.1) test suite.
Implemented following [Bernstein, D., "ChaCha, a variant of Salsa20", January 2008](http://cr.yp.to/chacha/chacha-20080128.pdf) and passed through the [RFC8439 Appendix A.1](https://datatracker.ietf.org/doc/html/rfc8439#appendix-A.1) test suite.

# blog (ja-JP)
https://convto.hatenablog.com/entry/2024/02/26/121013

0 comments on commit 0285c48

Please sign in to comment.