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)
- Host: GitHub
- URL: https://github.com/captainirs/chacha-cipher
- Owner: CaptainIRS
- License: mit
- Created: 2022-03-31T13:42:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T17:42:31.000Z (about 3 years ago)
- Last Synced: 2025-01-11T22:13:50.873Z (4 months ago)
- Topics: chacha20, cipher, crypto-algorithms
- Language: C++
- Homepage: https://captainirs.dev/chacha-cipher
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
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