Docs.rs
rlwe-0.1.0
rlwe 0.1.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
zugzwang
Dependencies
generic-array ^0.14.5
normal
num-bigint ^0.4.3
normal
num-traits ^0.2.14
normal
typenum ^1.15.0
normal
rand ^0.8.5
dev
Versions
39.13%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rlwe
0.1.0
All Items
Crate Items
Modules
Macros
Crate
rlwe
Copy item path
Source
Modules
§
cyclotomic
traits
Macros
§
characteristic
A macro for defining a characteristic, after choosing a prime. Example usage:
characteristic!(Char19, BigUint::from_u32(19))
.