c255b3 0.0.3

Schorr signatures based Curve25519 and Blake3
Documentation
[package]
name = "c255b3"
version = "0.0.3"
edition = "2021"
authors = ["Tristan <tristan@adpt.dev>"]
license = "Unlicense"
repository = "https://gitlab.com/adapt/r255b3/rust"
description = "Schorr signatures based Curve25519 and Blake3"
keywords = ["cryptography", "signature", "curve25519", "blake3"]
categories = ["cryptography"]
exclude = [
	".gitignore",
	"shell.nix",
	"doc/c255b3.dot",
]

[dependencies]
blake3 = "1.3.3"
curve25519-dalek = "4.0.0-rc.2"
subtle = "2.4.1"
zeroize = "1.6.0"

[dev-dependencies]
rand = "0.8"