Docs.rs
generic-schnorr-0.4.0
generic-schnorr 0.4.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sug0
Dependencies
group ^0.13.0
normal
rand_core ^0.6.4
normal
serde ^1.0.219
normal
optional
blake3 ^1.8.2
dev
pasta_curves ^0.5.1
dev
rand_chacha ^0.3.1
dev
Versions
71.43%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Crate generic_schnorr
generic_
schnorr
0.4.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.