Docs.rs
gf-0.6.1
gf 0.6.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
lperlaki
Dependencies
num-traits ^0.2
normal
optional
nalgebra ^0.31.0
dev
rand ^0.8
dev
Versions
28.57%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gf
0.6.1
All Items
Sections
Galois Field
Crate Items
Structs
Type Aliases
Crate
gf
Copy item path
Source
Expand description
§
Galois Field
finite field arithmetic
use
gf::GF;
let
x = GF(
123u8
);
let
y = GF(
225u8
);
println!
(
"{}"
, x + y);
Structs
§
GF
The Galois Field Type.
Type Aliases
§
GF256