Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgiifirsov/tetra-lib
TETRA algorithms implementation
https://github.com/georgiifirsov/tetra-lib
encryption prng-algorithms research stream-cipher symmetric-cryptography
Last synced: 9 days ago
JSON representation
TETRA algorithms implementation
- Host: GitHub
- URL: https://github.com/georgiifirsov/tetra-lib
- Owner: GeorgiiFirsov
- License: gpl-3.0
- Created: 2023-09-30T09:36:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-16T00:44:13.000Z (about 1 year ago)
- Last Synced: 2024-11-06T03:09:14.556Z (about 2 months ago)
- Topics: encryption, prng-algorithms, research, stream-cipher, symmetric-cryptography
- Language: C
- Homepage: https://georgyfirsov.github.io/tetra-lib/
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tetra-lib
> **Warning**
> This library is implemented for research purposes only! It *intentionally* doesn't verify some parameters
> for validity. In real world all parameters MUST be properly verified.
>
> Furthermore, this implementation doesn't hide internal context fields, because they are used in analysis.[![Tests](https://github.com/GeorgyFirsov/tetra-lib/actions/workflows/run-tests.yml/badge.svg)](https://github.com/GeorgyFirsov/tetra-lib/actions/workflows/run-tests.yml)
[![codecov](https://codecov.io/gh/GeorgyFirsov/tetra-lib/graph/badge.svg?token=Ha2IPeFCaP)](https://codecov.io/gh/GeorgyFirsov/tetra-lib)TETRA algorithms implementation for research purposes.
## References
- [TETRA][1]
- [TEA (TETRA Encryption Algorithm)][2]
- [First known to me public implementation of TETRA cryptographic algorithms][3] (by Midnight Blue team)
- [All cops are broadcasting: TETRA under scrutiny][4] (article by Midnight Blue team)[1]: https://www.cryptomuseum.com/radio/tetra/index.htm
[2]: https://www.cryptomuseum.com/crypto/algo/tea/
[3]: https://github.com/MidnightBlueLabs/TETRA_crypto
[4]: https://www.cryptomuseum.com/radio/tetra/files/tetra_pres_20230809.pdf