[package] authors = ["SitD "] categories = ["cryptography", "no-std"] description = "LEA 256-bit key" documentation = "https://docs.rs/lea256" edition = "2018" keywords = ["block-cipher", "crypto", "lea"] license = "Unlicense" name = "lea256" readme = "README.md" repository = "https://github.com/sitd0813/lea256-rust" version = "0.2.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] block-cipher-trait = "0.6.*" [profile.release] lto = true