#galois-field #finite-fields #gf #galois

dbl

Double operation in Galois Field GF(2^128) as used by e.g. CMAC/PMAC

12 releases

0.4.0-rc.1 Oct 21, 2024
0.4.0-rc.0 Jul 26, 2024
0.4.0-pre.4 Jan 10, 2024
0.4.0-pre.3 Dec 31, 2023
0.1.0 Nov 20, 2017

#2571 in Cryptography

Download history 16565/week @ 2024-07-18 17372/week @ 2024-07-25 16863/week @ 2024-08-01 20535/week @ 2024-08-08 20116/week @ 2024-08-15 29254/week @ 2024-08-22 24184/week @ 2024-08-29 25460/week @ 2024-09-05 21662/week @ 2024-09-12 25140/week @ 2024-09-19 33298/week @ 2024-09-26 23190/week @ 2024-10-03 27531/week @ 2024-10-10 30332/week @ 2024-10-17 26246/week @ 2024-10-24 27101/week @ 2024-10-31

115,093 downloads per month
Used in 130 crates (4 directly)

MIT/Apache

9KB
129 lines

RustCrypto: GF(2^128) "dbl" operation

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

Double operation in Galois Field GF(2^128) as used by e.g. CMAC/PMAC.

Also known as "multiply-by-x", the operation is performed in the finite field represented using the primitive polynomial x^128 + x^7 + x^2 + x + 1.

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.

Dependencies

~230KB