[package] name = "cipher_magma" version = "0.8.3" edition = "2021" authors = ["Sheroz Khaydarov"] description = "Block Cipher Magma (GOST R 34.12-2015, former GOST 28147-89)" documentation = "https://docs.rs/cipher_magma" readme = "README.md" repository = "https://github.com/sheroz/magma" license = "MIT" keywords = ["cryptography", "block-cipher", "magma", "gost-r-34-12-2015", "gost-28147-89"] categories = ["cryptography"] [dev-dependencies] crypto_vectors = "0.1"