-
BPO | [991196](https://bugs.python.org/issue991196)
--- | :---
Nosy | @arigo, @birkenfeld, @josiahcarlson, @mdickinson, @devdanzin
Files | [python1.py](https://bugs.python.org/file1342/python1.py "Upl…
-
In my code, I import as follows:
`import "hashes/sha256/512bit" as sha256 `
`import "hashes/mimc7/mimc7" as mimc`
I'm able to use sha256 with no problems. However, I don't quite understand the …
-
I'm trying to develop an application using semaphore.
Compilation was successful, the compiled directory was created, and the ABI was created.
However, I got an error message like this
```
% …
-
**Is your feature request related to a problem? Please describe.**
implement MiMc hash function
**Describe the solution you'd like**
work as gnark-crypto
-
https://github.com/tornadocash/tornado-core/blob/77af0c5bddfcf9d973efbc38278a249bb0173da3/contracts/MerkleTreeWithHistory.sol#L15
-
**Is your feature request related to a problem? Please describe.**
When awarding a certificate, we want to pull in a template to associate that individual awarded certificate with, so in future updat…
-
Add support for es6 promises. Probably via custom lib (in typescript_lualib.lua)
-
Now that we have confirmation about exponents of the form $2^t+1$ in prime fields, we could potentially reduce the number of constraints in the joinsplit circuit.
- [x] Small update to specs to menti…
-
Related to #66
-
I've got a related proposal that suggests [forkable generators](https://github.com/isiahmeadows/proposal-generator-fork). I do specifically *avoid* having it generalized, because the behavior could be…