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