tea 1 implementation + attack

This commit is contained in:
2026-04-27 14:43:39 +02:00
parent adfd55f99c
commit fe2f625349
6 changed files with 242 additions and 9 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# TEA-3
## TETRA_CRYPTO
Implementation of TEA-3 in rust.
Based on "Observations on TETRA Encryption Algorithm TEA-3" and "ETSI TS 104 053-1, TETRA Air Interface Security, Algorithms Specifications"
Implementation of TEA-1 and TEA-3 in rust.
Based on "Observations on TETRA Encryption Algorithm TEA-3", "ETSI TS 104 053-1, TETRA Air Interface Security, Algorithms Specifications" and [Midnight Blue's C code](https://github.com/MidnightBlueLabs/TETRA_crypto)