Merge rust-bitcoin/rust-bitcoin#4509: fix: add author to the chacha20_poly1305 crate

b17452b77a fix: add authors to the chacha20_poly1305 crate (Nick Johnson)

Pull request description:

  Closes #4501

ACKs for top commit:
  rustaceanrob:
    ACK b17452b77a
  tcharding:
    ACK b17452b77a
  apoelstra:
    ACK b17452b77a2034074d97673450b61f7d9f9b6039; successfully ran local tests

Tree-SHA512: 7c47affbcfc1cfa8a7591076d8b74e15e936af9251ba0d375ce0701175f9966e86b56fed5202945df96b7294d431d3b02dc3c7fc2749c96ac96afa3888f2039f
This commit is contained in:
merge-script 2025-05-15 18:16:54 +00:00
commit ef5e3256df
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[package]
name = "chacha20-poly1305"
version = "0.1.1"
authors = ["Nick Johnson <nick@yonson.dev>", "Robert Netzke <rustaceanrob@protonmail.com>"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
description = "The ChaCha20 stream cipher and Poly1305 MAC based AEAD."