1
0
Fork 0
mirror of synced 2025-09-23 20:28:36 +00:00

merge dev, update changelog

This commit is contained in:
schaeff 2021-08-17 16:59:44 +02:00
parent 2727200b10
commit 9f469e5740
2 changed files with 1 additions and 1 deletions

View file

@ -10,6 +10,7 @@ https://github.com/Zokrates/ZoKrates/compare/latest...develop
- https://github.com/Zokrates/ZoKrates/releases/tag/0.7.6 <!-- markdown-link-check-disable-line -->
### Changes
- Fix stack overflow when testing equality on large arrays (#969, @schaeff)
- Make the stdlib `unpack` function safe against overflows of bit decompositions for any size of output, introduce `unpack_unchecked` for cases that do not require determinism (#955, @schaeff)
- Add explicit function generic parameters to docs (#962, @schaeff)
- Add gm17 verifier to stdlib for bw6_761 (#948, @schaeff)

View file

@ -1 +0,0 @@
Fix stack overflow when testing equality on large arrays