From 0285c489eb599c04c03ff19cdcf20396ac9eab18 Mon Sep 17 00:00:00 2001 From: YuyaOkumura Date: Thu, 29 Feb 2024 11:59:23 +0900 Subject: [PATCH] update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad552e9..93ae1f4 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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