#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

#2582 in Cryptography

Download history 17930/week @ 2024-07-26 16241/week @ 2024-08-02 21930/week @ 2024-08-09 20902/week @ 2024-08-16 29003/week @ 2024-08-23 23267/week @ 2024-08-30 28346/week @ 2024-09-06 17986/week @ 2024-09-13 28121/week @ 2024-09-20 33066/week @ 2024-09-27 22139/week @ 2024-10-04 27823/week @ 2024-10-11 29238/week @ 2024-10-18 29257/week @ 2024-10-25 23362/week @ 2024-11-01 32511/week @ 2024-11-08

119,970 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