Cryptographic library for working with the block width MAGMA aka GOST 34.12-2015
Warning
Not to be confused with the block cipher GOST 28147-89
- Electronic Codebook (ECB)
- Cipher Block Chaining (CBC)
- Cipher Feedback (CFB)
- Output Feedback (OFB)
- Counter (CTR)
- Message authentication code (MAC)
- Cloning
git clone --recursive https://github.com/under-tension/magma.git magma
cd ./magma- Building
make- Build tests
make test- Run unit test
./bin/test