From 8b74c7fc1a0f387b861e67111634d5216df8afb2 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 16 Jan 2024 12:11:08 -0700 Subject: [PATCH] ascon/Cargo.toml: rust -> Rust --- ascon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",