Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vectorized/function-selector-miner
/ default
Method
default
src/sponge.rs:12–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
impl Default for Sponge {
11
#[inline(always)]
12
fn default() -> Self {
13
Self {
14
uint64s: [0u64; 25],
15
}
16
}
17
}
18
19
impl Sponge {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected