Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ rsort_one_duplicate
Function
rsort_one_duplicate
src/simplicity/test.c:532–534 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
530
}
531
532
static sha256_midstate rsort_one_duplicate(uint_fast32_t i) {
533
return hashint(i ? i : 1);
534
}
535
536
/* Tests a worst-case conditions for stack usage in rsort. */
537
static sha256_midstate rsort_diagonal(uint_fast32_t i) {
Callers
nothing calls this directly
Calls
1
hashint
Function · 0.85
Tested by
no test coverage detected