feat: fix finalizatin

This commit is contained in:
2023-10-22 17:03:09 +08:00
parent 4e29789792
commit 6bdd2704b2
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "chacha20-poly1305-stream"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Cesar Eduardo Barros <cesarb@cesarb.eti.br>", "Hatter Jiang <jht5945@gmail.com>"]
description = "A pure Rust implementation of the ChaCha20-Poly1305 AEAD from RFC 7539."