mirror of
https://github.com/monero-project/monero.git
synced 2025-07-08 19:09:26 -04:00
resolve rebase to master issues
This commit is contained in:
parent
420b4b6a78
commit
d36b6fe96f
1 changed files with 6 additions and 1 deletions
|
@ -115,12 +115,17 @@ CResult hash_grow_helios(HeliosPoint existing_hash,
|
|||
HeliosScalar existing_child_at_offset,
|
||||
HeliosScalarSlice new_children);
|
||||
|
||||
CResult hash_trim_helios(HeliosPoint existing_hash,
|
||||
uintptr_t offset,
|
||||
HeliosScalarSlice children,
|
||||
HeliosScalar child_to_grow_back);
|
||||
|
||||
CResult hash_grow_selene(SelenePoint existing_hash,
|
||||
uintptr_t offset,
|
||||
SeleneScalar existing_child_at_offset,
|
||||
SeleneScalarSlice new_children);
|
||||
|
||||
CResult<SelenePoint> hash_trim_selene(SelenePoint existing_hash,
|
||||
CResult hash_trim_selene(SelenePoint existing_hash,
|
||||
uintptr_t offset,
|
||||
SeleneScalarSlice children,
|
||||
SeleneScalar child_to_grow_back);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue