xxblake3 0.0.6

encryption and decryption based on xxh3 and blake3
Documentation
[package]
name = "xxblake3"
authors = ["rmw <i@rmw.link>"]
edition = "2021"
version = "0.0.6"
license = "AGPL-3.0-or-later"
description = "encryption and decryption based on xxh3 and blake3"
repository = "https://github.com/rmw-lib/xxblake3"
documentation = "https://docs.rs/crate/xxblake3"
readme = "README.md"

[dependencies]
blake3 = "1.3.1"
twox-hash = "1.6.3"