incaberry (fork.6)
Changelog
ecrecover
- update
sqrtFpEc
function to return root aligned with parity specified, reducing number of binaries used in ROM - added a new specific error code for invalid point
- do not allow signatures from private key
0x0000000000000000000000000000000000000000000000000000000000000000
- do not allow signatures from private key
- update
- arithmetic instruction
- new feature on arithmetic state machine that checks outputs to be alias-free and checks that
x1
&x2
are different, reducing number of binaries used in ROM
- new feature on arithmetic state machine that checks outputs to be alias-free and checks that
What's Changed
- Do not skip tests in
run-tests-zkasm.js
by @MCJOHN974 in #306 - Feature/incaberry by @krlosMata in #310
- Develop by @krlosMata in #311
New Contributors
- @MCJOHN974 made their first contribution in #306
Full Changelog: v2.0.0-fork.5...v3.0.0-fork.6