[package] name = "ascon" version = "0.1.4" authors = ["quininer kel "] description = "A implementation of ASCON authenticated encryption." repository = "https://github.com/quininer/ascon" license = "Apache-2.0 OR MIT" [dependencies] byteorder = { version = "1.0", default-features = false }