#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

#2744 in Cryptography

Download history 24786/week @ 2024-09-22 32973/week @ 2024-09-29 21855/week @ 2024-10-06 31324/week @ 2024-10-13 27077/week @ 2024-10-20 31649/week @ 2024-10-27 19451/week @ 2024-11-03 43491/week @ 2024-11-10 45273/week @ 2024-11-17 22689/week @ 2024-11-24 42626/week @ 2024-12-01 40393/week @ 2024-12-08 34472/week @ 2024-12-15 10979/week @ 2024-12-22 16794/week @ 2024-12-29 39880/week @ 2025-01-05

103,925 downloads per month
Used in 143 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