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: 8 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T00:44:13.000Z (over 2 years ago)
- Last Synced: 2025-10-10T22:13:50.378Z (8 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.
[](https://github.com/GeorgyFirsov/tetra-lib/actions/workflows/run-tests.yml)
[](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