MyGit

0.7.1

Zokrates/ZoKrates

版本发布时间: 2021-04-30 19:00:15

Zokrates/ZoKrates最新发布版本:0.8.8(2023-11-10 22:52:50)

This new version of the ZoKrates toolbox comes with the following main features. For a full list of the changes, check out the changelog!

Constant declarations

ZoKrates now offers the possibility to declare constants at the module level:

const u32 ANSWER = 21 * 2

No more copy pasting or wrapping in a function!

Constant range checks

When using comparison operators such as a < b, ZoKrates used to have limitations on the size of a and b. These still apply when both a and b are variables which cannot be known at compile time. However, in the cases where the compiler can determine a constant value for one of the bounds, it now accept any value for the other.

Poseidon hashing

ZoKrates now supports the poseidon hash function. Special thanks to @JiangXb-son who submitted a first implementation of this algorithm.

相关地址:原始地址 下载(tar) 下载(zip)

1、 zokrates-0.7.1-aarch64-apple-darwin.tar.gz 5.27MB

2、 zokrates-0.7.1-aarch64-unknown-linux-gnu.tar.gz 6.39MB

3、 zokrates-0.7.1-arm-unknown-linux-gnueabi.tar.gz 7MB

4、 zokrates-0.7.1-x86_64-apple-darwin.tar.gz 5.38MB

5、 zokrates-0.7.1-x86_64-pc-windows-gnu.tar.gz 8.13MB

6、 zokrates-0.7.1-x86_64-unknown-linux-gnu.tar.gz 6.52MB

查看:2021-04-30发行的版本