0.8.2
版本发布时间: 2022-09-07 05:26:07
Zokrates/ZoKrates最新发布版本:0.8.8(2023-11-10 22:52:50)
This new release of ZoKrates introduces some new language features:
- Shadowing is now allowed ✅
field a = 42;
bool a = true;
- Functions implicitly return
()
. For example, the following is now allowed without a return statement:
def main() {
}
- Casting between types is now easier by importing
cast
fromutils/casts
function
u64 a = 42;
u16[4] b = cast(42);
- A bug in the
circom
integration was fixed
For a full list of the changes, check out the changelog.
1、 zokrates-0.8.2-aarch64-apple-darwin.tar.gz 8.24MB
2、 zokrates-0.8.2-aarch64-unknown-linux-gnu.tar.gz 10.53MB
3、 zokrates-0.8.2-arm-unknown-linux-gnueabi.tar.gz 11.57MB
4、 zokrates-0.8.2-x86_64-apple-darwin.tar.gz 8.81MB
5、 zokrates-0.8.2-x86_64-pc-windows-gnu.tar.gz 12.37MB