Docs.rs
pht-crypto-0.1.0-alpha
pht-crypto 0.1.0-alpha
Permalink
Docs.rs crate page
LGPL-3.0+
Links
Repository
crates.io
Source
Owners
robinhundt
Dependencies
anyhow ^1.0.43
normal
glass_pumpkin ^1.1.0
normal
rand ^0.8.4
normal
rug ^1.13.0
normal
serde ^1.0.129
normal
Versions
11.11%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
pht_crypto/
lib.rs
1
#[doc =
include_str!
(
"../README.md"
)]
2
pub mod
paillier;
3
mod
rand;
4
mod
util;