An open API service indexing awesome lists of open source software.

https://github.com/captainirs/chacha-cipher

C++ implementation of ChaCha20 Cipher (Crypto Assignment)
https://github.com/captainirs/chacha-cipher

chacha20 cipher crypto-algorithms

Last synced: 3 months ago
JSON representation

C++ implementation of ChaCha20 Cipher (Crypto Assignment)

Awesome Lists containing this project

README

        

ChaCha20 Cipher Implementation











### Reference:

[ChaCha20 and Poly1305 for IETF Protocols](https://datatracker.ietf.org/doc/html/rfc8439)

### Project Coverage:

- [Lcov Coverage Summary](https://captainirs.dev/chacha-cipher/coverage/index.html)

### License

MIT License
(c) 2022 @CaptainIRS