-
Hi All.
do you have docs for integrating openZL into a substrate chain?
best regards
Timo Sarkar
-
We implement some purely LA operations in `openzl-crypto::poseidon::matrix` and it would be good to move these to their own LA module or import a LA library.
Would such an import be a "plugin"?
-
About this trait: probably we should slightly modify it to allow for forests with trees of different sizes (e.g. @bhgomes 's model for the semaphore Merkle forest proposal has a double tree in the las…
-
These currently are for the Bls12-381 curve and should be updated to Bn254.
In `plugins::arkworks::poseidon::test` there should be a `mod hash` with this test:
```
// mod constants {
// us…
-
- [x] #230
- [x] #198
- [x] #194
- [x] #224
-
To build circuits in an abstract setting we need to pass around the `compiler` argument. In many cases, when we want to just compose existing primitives, we don't want to have to specify it and it wou…
-
For `Constant` there is a canonical implementation for structs (each of its fields are constants). For `Variable` it will depend on the explicit allocation modes we want to add to each field, so maybe…
-
For types that implement the trait, they can be transformed into a bit decomposition of some width.
-
We should have a macro (maybe it's called `measure!`) which is like the macros in the `log` or `tracing` crate which allow circuits to be measured depending on a configuration or feature flag and give…
-
For at least the following types, we want the `ECLAIR` replacement derive macro:
- [ ] `PartialEq`
- [ ] `Eq`
- [ ] `PartialOrd`
- [ ] `Ord`