[package] name = "colm" version = "0.1.0" authors = ["quininer "] description = "a block cipher based Encrypt-Linear mix-Encrypt mode" repository = "https://github.com/quininer/colm" keywords = [ "block-cipher", "cryptography", "misuse-resistance", "aead" ] categories = [ "cryptography", "no-std" ] license = "MIT" [features] default = [ "x16" ] x16 = [] x32 = [] [dependencies] arrayref = "0.3" subtle= { version = "0.3", default-features = false } [dev-dependencies] generic-array = "0.9" aesni = "0.2"