Docs.rs
phantom-zone-0.1.0
phantom-zone 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Janmajayamall
Dependencies
itertools ^0.12.0
normal
num-bigint-dig ^0.8.4
normal
num-traits ^0.2.18
normal
rand ^0.8.5
normal
rand_chacha ^0.3.1
normal
rand_distr ^0.4.3
normal
criterion ^0.5.1
dev
Versions
9.41%
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
Decryptor
phantom_
zone
0.1.0
Decryptor
Required Methods
decrypt
Implementors
In crate phantom_
zone
phantom_zone
Trait
Decryptor
Copy item path
Source
pub trait Decryptor<M, C> { // Required method fn
decrypt
(&self, c:
&C
) -> M; }
Required Methods
§
Source
fn
decrypt
(&self, c:
&C
) -> M
Implementors
§