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: ACKb17452b77a
tcharding: ACKb17452b77a
apoelstra: ACK b17452b77a2034074d97673450b61f7d9f9b6039; successfully ran local tests Tree-SHA512: 7c47affbcfc1cfa8a7591076d8b74e15e936af9251ba0d375ce0701175f9966e86b56fed5202945df96b7294d431d3b02dc3c7fc2749c96ac96afa3888f2039f
This commit is contained in:
commit
ef5e3256df
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue