Docs.rs
hash-based-signature-0.1.1
hash-based-signature 0.1.1
Docs.rs crate page
CC0-1.0
Links
crates.io
Source
Owners
gkgoat1
Dependencies
digest ^0.10.7
normal
embedded-io ^0.6.1
normal
optional
embedded-io-async ^0.6.1
normal
optional
generic-array ^0.14.7
normal
serde ^1.0.217
normal
optional
signature ^2.2.0
normal
typenum ^1.17.0
normal
Versions
0%
of the crate is documented
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
Files
hash_based_signature/
lib.rs
1
#![no_std]
2
3
pub mod
one_time;