MCPcopy Create free account
hub / github.com/RustCrypto/utils / BlockSizes

Interface BlockSizes

block-buffer/src/sealed.rs:104–104  ·  view source on GitHub ↗

Sealed trait implemented for sizes from `U1` to `U255`.

Source from the content-addressed store, hash-verified

102
103/// Sealed trait implemented for sizes from `U1` to `U255`.
104pub trait BlockSizes {}
105
106impl<T: Unsigned> BlockSizes for T where Self: IsLess<U256, Output = True> + NonZero {}

Callers

nothing calls this directly

Implementers 1

sealed.rsblock-buffer/src/sealed.rs

Calls

no outgoing calls

Tested by

no test coverage detected