dbl 0.4.0

Double operation in Galois Field `GF(2^128)` using the lexicographically first polynomial among the irreducible degree `n` polynomials having a minimum number of coefficients.
Documentation
[dependencies.hybrid-array]
version = "0.3"

[lib]
name = "dbl"
path = "src/lib.rs"

[package]
authors = ["RustCrypto Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Double operation in Galois Field `GF(2^128)` using the lexicographically first
polynomial among the irreducible degree `n` polynomials having a minimum number of coefficients."""
documentation = "https://docs.rs/dbl"
edition = "2024"
keywords = ["crypto", "dbl", "gf", "galois"]
license = "MIT OR Apache-2.0"
name = "dbl"
readme = "README.md"
repository = "https://github.com/RustCrypto/utils"
rust-version = "1.85"
version = "0.4.0"