Docs.rs
module-lwe-0.1.5
module-lwe 0.1.5
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
jacksonwalters
Dependencies
base64 ^0.21
normal
bincode ^1.3
normal
clap ^4.5.48
normal
ntt ^0.1.9
normal
num-traits =0.2.19
normal
polynomial-ring ^0.5.0
normal
rand ^0.8.5
normal
rand_distr ^0.4.3
normal
ring-lwe ^0.1.6
normal
criterion ^0.5.1
dev
Versions
46.15%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
gen_small_vector
module_
lwe
0.1.5
In module_
lwe::
utils
module_lwe
::
utils
Function
gen_
small_
vector
Copy item path
Source
pub fn gen_small_vector( size:
usize
, rank:
usize
, seed:
Option
<
u64
>, ) ->
Vec
<
Polynomial
<
i64
>>