Nikolay Zakirov

Results 20 issues of Nikolay Zakirov

ERROR:panoramix.decompiler:Problem with name() Traceback (most recent call last): File "/opt/homebrew/lib/python3.9/site-packages/panoramix/decompiler.py", line 177, in _decompile_with_loader trace = dec() File "/opt/homebrew/lib/python3.9/site-packages/timeout_decorator/timeout_decorator.py", line 75, in new_function old = signal.signal(signal.SIGALRM, handler) File "/opt/homebrew/Cellar/[email protected]/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/signal.py", line...

My circuit requires: Fr_element2str Fr_neg Fr_div Fr_band Fr_shr I am happy to help implementing those if you could provide a bit of guidance. Thank you!

I use circom with a specific prime number (secq256k1). Are all primes supported for a drop-in replacement of witness generation or need to expand this library to support different primes?

### Component Anvil ### Describe the feature you would like Any chance you could publish docker images for arm architecture, seems like currently it is not there ``` ERROR: failed...

T-feature

I have this in my file ``` import { base64url } from 'multiformats/bases/base64'; ``` I run jest for testing and get this error ``` ● Test suite failed to run...

I wonder if SWUConfig can be implemented for bn254. Only need one param: Zeta (probably can take from Gnark). It is hard to do outside of the repo due to...

Hi. When I look at [section 8.4.5.2](https://identity.foundation/bbs-signature/draft-irtf-cfrg-bbs-signatures.html#section-8.4.5.2) or [section 8.4.5.1](https://identity.foundation/bbs-signature/draft-irtf-cfrg-bbs-signatures.html#section-8.4.5.1) random scalars go as ``` random scalars: r1 = "60ca409f6b0563f687fc471c63d2819f446f39c23bb540925d9d4254ac58f3 37" r2 = "2ceff4982de0c913090f75f081df5ec594c310bb48c17cfdaab5332a682ef8 11" e_tilde = "6101c4404895f3dff87ab39c34cb995af07e7139e6b3847180ffdd1bc 8c313cd" r1_tilde...

### Describe the feature I think this product is great! I would like to suggest a feature: reworking the mistakes made or in other words - creating a personal puzzle....

type: enhancement

Great library. Thanks a lot! Can you add the state of this library in the readme and some sort of project plan? So that what else needs to be done...

## Summary Based on these benchmarks https://ethresear.ch/t/benchmarking-zkp-development-frameworks-the-pantheon-of-zkp/14943 https://docs.gnark.consensys.io/overview arkworks groth16 seems to be 6 times slower than Gnark. It seems that the reason is in efficient parallelization. (or is it...