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