Nikita Kaskov

Results 80 issues of Nikita Kaskov

We constantly need to test our updates. The problem is that updates in submodules may depend on each other - and we need to test it before merging the updates....

Our Readme contains a lot of helpful information. However, part of it can be moved into docs, since it's related to the advanced usage, not to the installation and quick-start.

documentation

We need BLS12-381 curve and field arithmetics support in order to build zk-apps with BLS signature. As a result of this task, all types of BLS signatures (including aggregated ones)...

enhancement

We need to integrate https://github.com/NilFoundation/research-excalibur-visualizer as a debug tool to our toolchain.

Our current sha2-256 interface is intended to be used for MerkleTree algorithm circuit compilation and thus takes input in `pallas` field elements (the output is stored in `pallas` field elements...

We use this function in many places, including different versions of proof-producers, zk tests, and the transpiler. It makes sense to move it to a header and make the updates...

enhancement

Includes fixing https://github.com/NilFoundation/crypto3-zk/issues/148