Closed edfelten closed 2 years ago
Make the blake2f AVM instruction generate an error if the step count is greater than 0xffff. This is a safer way to deal with unexpected inputs, and consistent with the implementation being done in the C++ AVM.
blake2f
0xffff
Make the
blake2f
AVM instruction generate an error if the step count is greater than0xffff
. This is a safer way to deal with unexpected inputs, and consistent with the implementation being done in the C++ AVM.