Crates.io | dbl |
lib.rs | dbl |
version | 0.4.0-rc.1 |
source | src |
created_at | 2017-11-20 16:29:42.623027 |
updated_at | 2024-10-21 18:32:47.283764 |
description | Double operation in Galois Field GF(2^128) as used by e.g. CMAC/PMAC |
homepage | |
repository | https://github.com/RustCrypto/utils |
max_upload_size | |
id | 40048 |
size | 20,443 |
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.
Licensed under either of:
at your option.
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.