Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ Sealed
Interface
Sealed
dbl/src/lib.rs:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
mod sealed {
18
pub trait Sealed {}
19
}
20
21
/// Double and inverse double over `GF(2^n)` with the lexicographically first polynomial
Callers
nothing calls this directly
Implementers
1
lib.rs
dbl/src/lib.rs
Calls
no outgoing calls
Tested by
no test coverage detected