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

Class SpongeCursor

sponge-cursor/src/lib.rs:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15/// result in a compilation error.
16#[derive(Debug, Clone, Eq, PartialEq, Hash)]
17pub struct SpongeCursor<const RATE: usize> {
18 pos: u8,
19}
20
21impl<const RATE: usize> Default for SpongeCursor<RATE> {
22 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected