Brandon H. Gomes
Brandon H. Gomes
Closes #188. NB: This may need some more testing/benchmarking to meet crate standards.
Hi @seanfarley. I'm very much interested in using your package. It would be super convenient if it were on MELPA so I could install it with `use-package` instead of holding...
**Is your feature request related to a problem? Please describe.** I want to be able to process input that contains line feeds. Allowing the terminal to enter [bracketed paste mode](https://cirw.in/blog/bracketed-paste)...
### Motivation To cover all the integers in the Rust standard library, we should have an implementation for these two missing types `u128` and `i128`. We want to implement at...
Any plans for a CLI like Python's [black](https://github.com/psf/black)?
It would be nice to be able to get the induced norm from a particular metric space (provided it has a vector-space structure on it). I'm not sure what the...
It would be nice if it were possible to change prompt for any mode. Maybe have some sort of dictionary that is updated by the generalized `input_mode!` function that will...
Especially as projects move towards mainnet adoption of `ZK-Garage`, it's important that we set some specifications on the expected format of the various circuit-specific components in PLONK, down to the...
For PLONK, we only need a subset of the `ark-poly-commit` interface and a lot of the `ark-poly-commit` APIs are unnecessarily restrictive. I propose the following trait for the generic PLONK...
A given concrete circuit may only use a subset of the custom-gate functionality available to the proof system. This can be detected whenever some selectors are all zero throughout the...