[package]
edition = "2018"
name = "crypto_api_chachapoly"
version = "0.1.7"
authors = ["Keziah Biermann <development@kizzycode.de>"]
description = "An implementation of ChaCha20-IETF, Poly1305 and ChachaPoly-IETF for `crypto_api`"
readme = "README.md"
keywords = ["Crypto", "ChaCha20", "Poly1305", "ChaCha20-Poly1305", "AEAD"]
license = "BSD-2-Clause OR MIT"
repository = "https://github.com/KizzyCode/crypto_api_chachapoly"
[profile.bench]
overflow-checks = true
[profile.release]
overflow-checks = true
[dependencies.crypto_api]
version = "0.1.14"