[package] name = "pipo" version = "0.1.1" edition = "2021" license = "MIT" keywords = [ "pipo", "cipher", "encryption" ] description = "Pure-Rust PIPO cipher implementation." repository = "https://github.com/dustinbraun/pipo/" [dev-dependencies] criterion = "0.3.6" rand = "0.8.5" [[bench]] name = "plug_out_decrypt128" harness = false [[bench]] name = "plug_out_decrypt256" harness = false [[bench]] name = "plug_out_encrypt128" harness = false [[bench]] name = "plug_out_encrypt256" harness = false