The Magma Block Cipher

In this video we implement the Russian designed Magma block cipher in Python. The Magma cipher is a 64-bit block cipher that uses a 256-bit key. It follows the general Feistel cipher construction with 32 rounds. Code from video: Specification (in Russian): :// .
Back to Top