dbl

Crates.iodbl
lib.rsdbl
version0.5.0
created_at2017-11-20 16:29:42.623027+00
updated_at2025-09-03 02:13:05.49165+00
descriptionDouble operation in Galois Field `GF(2^128)` using the lexicographically first polynomial among the irreducible degree `n` polynomials having a minimum number of coefficients.
homepage
repositoryhttps://github.com/RustCrypto/utils
max_upload_size
id40048
size21,848
utils (github:rustcrypto:utils)

documentation

https://docs.rs/dbl

README

RustCrypto: Double operation in GF(2^n)

crate Docs Build Status Apache2/MIT licensed Rust Version Project Chat

Double operation (a.k.a. "multiply-by-x") in Galois Field GF(2^n) using the lexicographically first polynomial among the irreducible degree n polynomials having a minimum number of coefficients.

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 1088

cargo fmt