#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

#2590 in Cryptography

Download history 17653/week @ 2024-07-30 17313/week @ 2024-08-06 20867/week @ 2024-08-13 26058/week @ 2024-08-20 27033/week @ 2024-08-27 25108/week @ 2024-09-03 23280/week @ 2024-09-10 23263/week @ 2024-09-17 25682/week @ 2024-09-24 32273/week @ 2024-10-01 21036/week @ 2024-10-08 32055/week @ 2024-10-15 27933/week @ 2024-10-22 30880/week @ 2024-10-29 18438/week @ 2024-11-05 40519/week @ 2024-11-12

121,508 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