Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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