Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vectorized/function-selector-miner
/ default
Method
default
src/sponges_avx.rs:98–100 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
impl Default for SpongeComputeSlice {
97
#[inline(always)]
98
fn default() -> Self {
99
Self(unsafe { _mm256_set1_epi64x(0) })
100
}
101
}
102
103
impl SpongesAvx {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected