Docs.rs
poulpy-core-0.3.1
poulpy-core 0.3.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Janmajayamall
Pro7ech
Dependencies
byteorder ^1.5.0
normal
criterion ^0.7.0
normal
itertools ^0.14.0
normal
once_cell ^1.21.3
normal
poulpy-backend ^0.3.1
normal
poulpy-hal ^0.3.1
normal
rug ^1.27
normal
Versions
0.66%
of the crate is documented
Platform
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
GetDistribution
poulpy_
core
0.3.1
GetDistribution
Required Methods
dist
Implementors
In crate poulpy_
core
poulpy_core
Trait
GetDistribution
Copy item path
Source
pub trait GetDistribution { // Required method fn
dist
(&self) -> &
Distribution
; }
Required Methods
§
Source
fn
dist
(&self) -> &
Distribution
Implementors
§
Source
§
impl<D:
Data
>
GetDistribution
for
GLWESecret
<D>
Source
§
impl<D:
DataRef
>
GetDistribution
for
GLWEPublicKey
<D>
Source
§
impl<D:
DataRef
>
GetDistribution
for
LWESecret
<D>
Source
§
impl<D:
DataRef
, BE:
Backend
>
GetDistribution
for
GLWEPublicKeyPrepared
<D, BE>
Source
§
impl<D:
DataRef
, BE:
Backend
>
GetDistribution
for
GLWESecretPrepared
<D, BE>