Docs.rs
generic-schnorr-0.1.0
generic-schnorr 0.1.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
sug0
Dependencies
group ^0.13.0
normal
rand_core ^0.6.4
normal
blake3 ^1.8.2
dev
pasta_curves ^0.5.1
dev
rand_chacha ^0.3.1
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
generic_
schnorr
0.1.0
All Items
Crate Items
Structs
Functions
Crate
generic_schnorr
Copy item path
Source
Expand description
Schnorr signature implementation generic over the underlying group.
Structs
§
Signature
Signature produced by
sign
.
Functions
§
sign
Produce a
Signature
over
message
.
verify
Verify a signature.