Categorygithub.com/convto/ChaCha20
repositorypackage
0.0.0-20240229025923-0285c489eb59
Repository: https://github.com/convto/chacha20.git
Documentation: pkg.go.dev

# README

ChaCha20

ChaCha20 implementation for learning purposes. Do not use in production.

Implemented following Bernstein, D., "ChaCha, a variant of Salsa20", January 2008 and passed through the RFC8439 Appendix A.1 test suite.

blog (ja-JP)

https://convto.hatenablog.com/entry/2024/02/26/121013