MCPcopy 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
17mod 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.rsdbl/src/lib.rs

Calls

no outgoing calls

Tested by

no test coverage detected