ascon/Cargo.toml: rust -> Rust

This commit is contained in:
Tony Arcieri 2024-01-16 12:11:08 -07:00
parent 7675b171ad
commit 8b74c7fc1a

View File

@ -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 <sebastian.ramacher@ait.ac.at>",
"RustCrypto Developers",