From b17452b77a2034074d97673450b61f7d9f9b6039 Mon Sep 17 00:00:00 2001 From: Nick Johnson Date: Wed, 14 May 2025 13:30:22 -0700 Subject: [PATCH] fix: add authors to the chacha20_poly1305 crate --- chacha20_poly1305/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/chacha20_poly1305/Cargo.toml b/chacha20_poly1305/Cargo.toml index da5242bf9..710a1426b 100644 --- a/chacha20_poly1305/Cargo.toml +++ b/chacha20_poly1305/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "chacha20-poly1305" version = "0.1.1" +authors = ["Nick Johnson ", "Robert Netzke "] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/rust-bitcoin/" description = "The ChaCha20 stream cipher and Poly1305 MAC based AEAD."