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
GGLWECompressedToRef
poulpy_
core
0.3.1
GGLWE
Compressed
ToRef
Required Methods
to_ref
Implementors
In poulpy_
core::
layouts::
compressed
poulpy_core
::
layouts
::
compressed
Trait
GGLWE
Compressed
ToRef
Copy item path
Source
pub trait GGLWECompressedToRef { // Required method fn
to_ref
(&self) ->
GGLWECompressed
<&[
u8
]>; }
Required Methods
§
Source
fn
to_ref
(&self) ->
GGLWECompressed
<&[
u8
]>
Implementors
§
Source
§
impl<D:
DataRef
>
GGLWECompressedToRef
for
GGLWECompressed
<D>
Source
§
impl<D:
DataRef
>
GGLWECompressedToRef
for
GLWEAutomorphismKeyCompressed
<D>
Source
§
impl<D:
DataRef
>
GGLWECompressedToRef
for
GLWESwitchingKeyCompressed
<D>
Source
§
impl<D:
DataRef
>
GGLWECompressedToRef
for
GLWEToLWESwitchingKeyCompressed
<D>
Source
§
impl<D:
DataRef
>
GGLWECompressedToRef
for
LWESwitchingKeyCompressed
<D>
Source
§
impl<D:
DataRef
>
GGLWECompressedToRef
for
LWEToGLWESwitchingKeyCompressed
<D>