Docs.rs
poulpy-core-0.3.1
poulpy-core 0.3.1
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
GetDistributionMut
poulpy_
core
0.3.1
GetDistribution
Mut
Required Methods
dist_mut
Implementors
In crate poulpy_
core
poulpy_core
Trait
GetDistribution
Mut
Copy item path
Source
pub trait GetDistributionMut { // Required method fn
dist_mut
(&mut self) -> &mut
Distribution
; }
Required Methods
§
Source
fn
dist_mut
(&mut self) -> &mut
Distribution
Implementors
§
Source
§
impl<D:
DataMut
>
GetDistributionMut
for
GLWEPublicKey
<D>
Source
§
impl<D:
DataMut
, BE:
Backend
>
GetDistributionMut
for
GLWEPublicKeyPrepared
<D, BE>
Source
§
impl<D:
DataMut
, BE:
Backend
>
GetDistributionMut
for
GLWESecretPrepared
<D, BE>