Skip to content

Commit

Permalink
done #11
Browse files Browse the repository at this point in the history
  • Loading branch information
vo-nil committed Jul 17, 2024
1 parent 0410870 commit 9ca0cd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ namespace nil {
pow_seed += per_block;
}

transcript(pow_seed + (std::size_t)pow_value_offset);
transcript(int_be(pow_seed + (std::size_t)pow_value_offset));
transcript.template int_challenge<OutType>();
return pow_seed + (std::size_t)pow_value_offset;
}
Expand Down

0 comments on commit 9ca0cd4

Please sign in to comment.