Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vectorized/function-selector-miner
/ functions
Functions
49 in github.com/Vectorized/function-selector-miner
⨍
Functions
49
◇
Types & classes
6
↓ 23 callers
Function
rho_pi_
(a: &mut [T; 25], b: &mut [T; 5], m: usize, n: u32)
src/lib.rs:153
↓ 6 callers
Function
iter
(a: &mut [T; 25], b: &mut [T; 5], x: u64)
src/lib.rs:59
↓ 5 callers
Function
chi_
(a: &mut [T], b: &mut [T], n: usize)
src/lib.rs:184
↓ 5 callers
Function
rotate_left
(value: T, shift: u32)
src/lib.rs:163
↓ 5 callers
Function
theta_
(a: &mut [T; 25], b: &[T; 5], m: usize, n: usize, o: usize)
src/lib.rs:79
↓ 3 callers
Method
compute_selectors
(&mut self)
src/sponge.rs:87
↓ 2 callers
Method
compute_selectors
(&mut self)
src/sponges_avx.rs:142
↓ 2 callers
Function
iters
(a: &mut [T; 25])
src/lib.rs:11
↓ 2 callers
Function
normalizeEndianess
cpp/main.cpp:157
↓ 2 callers
Function
theta
(a: &mut [T; 25], b: &mut [T; 5])
src/lib.rs:97
↓ 1 callers
Function
chi
(a: &mut [T; 25])
src/lib.rs:171
↓ 1 callers
Method
fill
( &mut self, function_name: &SmallString, nonce: u64, function_params: &SmallS
src/sponge.rs:24
↓ 1 callers
Function
iota
(a: &mut [T], x: U)
src/lib.rs:201
↓ 1 callers
Function
rho_pi
(a: &mut [T; 25], b: &mut [T; 5])
src/lib.rs:120
↓ 1 callers
Function
writeDecimal
cpp/main.cpp:18
Method
SmallString
cpp/main.cpp:173
Method
V
cpp/main.cpp:39
Function
bench_compute
(c: &mut Criterion)
benches/avx_benchmark.rs:15
Function
bench_theta
(c: &mut Criterion)
benches/avx_benchmark.rs:4
Method
bitand
(self, rhs: Self)
src/sponges_avx.rs:64
Method
bitor
(self, rhs: Self)
src/sponges_avx.rs:32
Method
bitxor
(self, rhs: Self)
src/sponges_avx.rs:41
Method
bitxor_assign
(&mut self, rhs: u64)
src/sponges_avx.rs:48
Method
default
()
src/sponges_avx.rs:98
Method
default
()
src/sponge.rs:12
Function
equivalent
()
src/sponges_avx.rs:157
Function
fillSponge
cpp/main.cpp:181
Method
fill_and_get_name
( &mut self, function_name: &SmallString, nonce: u64, function_params: &SmallS
src/sponge.rs:38
Method
fill_sponge
( &mut self, function_name: &SmallString, nonce: u64, function_params: &SmallS
src/sponge.rs:54
Method
fill_sponge_single
( &mut self, offset: usize, s: &SmallString, )
src/sponge.rs:73
Function
main
cpp/main.cpp:259
Function
main
()
src/main.rs:110
Function
mine
cpp/main.cpp:200
Function
mine
( function_name: &SmallString, function_params: &SmallString, selector: u32, num_threads: usiz
src/main.rs:31
Method
new
( function_name: &SmallString, nonce: u64, function_params: &SmallString, )
src/sponges_avx.rs:108
Method
new
(s: &str)
src/small_string.rs:7
Method
not
(self)
src/sponges_avx.rs:73
Function
operator &
cpp/main.cpp:72
Function
operator <<
cpp/main.cpp:62
Function
operator >>
cpp/main.cpp:67
Function
operator ^
cpp/main.cpp:47
Function
operator |
cpp/main.cpp:57
Function
operator ~
cpp/main.cpp:77
Function
ops
()
src/sponges_avx.rs:192
Method
shl
(self, rhs: u32)
src/sponges_avx.rs:91
Method
shr
(self, rhs: u32)
src/sponges_avx.rs:82
Method
string functionSelectorToHex
cpp/main.cpp:26
Method
vals
(&self)
src/sponges_avx.rs:18
Function
write_decimal
(out: &mut [u8], mut x: u64)
src/sponge.rs:104