mirror of
https://github.com/monero-project/monero.git
synced 2025-01-26 11:06:00 -05:00
explicit type response to hash_grow 's
This commit is contained in:
parent
517f5a301e
commit
a1ee603132
@ -51,7 +51,7 @@ Helios::Point Helios::hash_grow(
|
|||||||
const Helios::Scalar &first_child_after_offset,
|
const Helios::Scalar &first_child_after_offset,
|
||||||
const Helios::Chunk &new_children) const
|
const Helios::Chunk &new_children) const
|
||||||
{
|
{
|
||||||
auto res = fcmp_rust::hash_grow_helios(
|
fcmp_rust::CResult<Helios::Point> res = fcmp_rust::hash_grow_helios(
|
||||||
existing_hash,
|
existing_hash,
|
||||||
offset,
|
offset,
|
||||||
first_child_after_offset,
|
first_child_after_offset,
|
||||||
@ -68,7 +68,7 @@ Selene::Point Selene::hash_grow(
|
|||||||
const Selene::Scalar &first_child_after_offset,
|
const Selene::Scalar &first_child_after_offset,
|
||||||
const Selene::Chunk &new_children) const
|
const Selene::Chunk &new_children) const
|
||||||
{
|
{
|
||||||
auto res = fcmp_rust::hash_grow_selene(
|
fcmp_rust::CResult<Selene::Point> res = fcmp_rust::hash_grow_selene(
|
||||||
existing_hash,
|
existing_hash,
|
||||||
offset,
|
offset,
|
||||||
first_child_after_offset,
|
first_child_after_offset,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user