c255b3 0.0.3

Schorr signatures based Curve25519 and Blake3
Documentation
[dependencies.blake3]
version = "1.3.3"

[dependencies.curve25519-dalek]
version = "4.0.0-rc.2"

[dependencies.subtle]
version = "2.4.1"

[dependencies.zeroize]
version = "1.6.0"
[dev-dependencies.rand]
version = "0.8"

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