Skip to content

Changes

Summary

  1. Added crypto support (details)
Commit c75f1e46bc626ef6b3457f497ea9159f92402566 by w.bokslag
Added crypto support

Added TETRA cryptographic primitives (TEA1-3, TAA1 minus TA61).
If a keyfile is loaded (using -k flag), matching signalling frames
will be decrypted. No support for traffic or identity encryption
yet. Based on https://github.com/MidnightBlueLabs/TETRA_crypto

Change-Id: I0c0227cf5b747bd5032602390175b898173f6ae6
The file was addedsrc/crypto/hurdle.h
The file was addedsrc/crypto/taa1.h
The file was modified src/Makefile
The file was addedsrc/crypto/tea1.h
The file was addedsrc/crypto/tea3.h
The file was addedsrc/crypto/taa1.c
The file was addedsrc/crypto/tea2.h
The file was modified src/crypto/tetra_crypto.c
The file was addedsrc/crypto/tea2.c
The file was addedsrc/crypto/tea1.c
The file was addedsrc/crypto/hurdle.c
The file was addedsrc/crypto/tea3.c