#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

#2805 in Cryptography

Download history 31907/week @ 2024-10-28 18836/week @ 2024-11-04 43510/week @ 2024-11-11 45596/week @ 2024-11-18 22722/week @ 2024-11-25 42561/week @ 2024-12-02 40549/week @ 2024-12-09 34098/week @ 2024-12-16 10973/week @ 2024-12-23 17018/week @ 2024-12-30 41832/week @ 2025-01-06 41437/week @ 2025-01-13 34182/week @ 2025-01-20 36255/week @ 2025-01-27 37857/week @ 2025-02-03 44095/week @ 2025-02-10

153,884 downloads per month
Used in 150 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