diff --git a/ascon/Cargo.toml b/ascon/Cargo.toml index 9b4dea5..557d44a 100644 --- a/ascon/Cargo.toml +++ b/ascon/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ascon" version = "0.4.0" -description = "Pure rust implementation of the Ascon permutation" +description = "Pure Rust implementation of the Ascon permutation" authors = [ "Sebastian Ramacher ", "RustCrypto Developers",