Alin Tomescu
Alin Tomescu
**Describe the bug** ``` alin@alin-a01 [~/] (master) $ ck read BMMV19 Added 'q' tag Added 'u' tag Added 'e' tag Unexpected error while tagging BMMV19 with '/ Traceback (malinost recent...
**Describe the bug** pdfgrep always returns 1 **To Reproduce** I think you need a hierarchical tag like 'accumulators/bilinear' **Expected behavior** pdfgrep should return 0 and the matching keywords from the...
...for this paper https://eprint.iacr.org/2019/882 ...and this paper https://eprint.iacr.org/2019/001
Hi all, I believe I found a small bug in libff on the `develop` and `master` branches, where e(g_1^0, g_2) != e(g_1, g_2^0), but they should be equal. I am...
### Description This PR adds several things. - **Pedersen commitments** in Move, based on Ristretto255 elliptic curves - A **Bulletproof** verifier in Move (and a test-only prover). + ~~Still need...
### Description Added support for SHA2-512, SHA3-512 and RIPEMD-160, to support folks write bridge contracts to other platforms, as per conversations with @JoshLind. This PR should be good to go:...
### Description This PR exposes the chain ID inside the `aptos_stdlib` package by adding a public `chain_id()` function in the `type_info` module, which calls a native `chain_id_internal()` Rust function (Happy...
Self-explanatory.