Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adistrim/trivium
Theoretical foundation, working principle, Implementation and Mathematical Analysis of Trivium Modern Stream Cipher.
https://github.com/adistrim/trivium
Last synced: 7 days ago
JSON representation
Theoretical foundation, working principle, Implementation and Mathematical Analysis of Trivium Modern Stream Cipher.
- Host: GitHub
- URL: https://github.com/adistrim/trivium
- Owner: adistrim
- Created: 2024-02-24T09:00:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-06T06:03:37.000Z (9 months ago)
- Last Synced: 2024-03-06T07:24:59.667Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trivium Modern Stream Cipher
### Theory:
- the theoretical foundations and working principles of the chosen cryptographic algorithm. [It's in the .doc file]### Implementation:
- Implementation of the algorithm in Rust, focusing on clean, efficient and well explained code.
### Applications and Mathematical Analysis:
- Explore real-world applications and conduct mathematical and security analyses to evaluate the algorithm's effectiveness and vulnerabilities. [It's in the .doc file too]