-
- consider creating "addons" or "others" module
- move jubjub and pasta curves into "others" file
- research other curves that can be included
- brainpool? something else?
- Mirror…
-
-
## Summary
A VDF is a function whose evaluation requires running a given number of sequential steps, yet the result can be efficiently verified. They have applications in decentralised systems, such a…
-
from @davidnevadoc
> In halo2curves, the serialization of fields could be improved. There are methods that support different:
> Endianness
> Limbs, Bytes, bits
> Motgomery form, non-montgomery…
-
This [test](https://github.com/arkworks-rs/nimue/blob/main/src/plugins/tests.rs#L59) at [line 92](https://github.com/arkworks-rs/nimue/blob/main/src/plugins/tests.rs#L92):
```rust
assert_eq!(&…
-
Only a handful of arkworks SW curves implement mapping, following https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-hash-to-curve-09 it's done for bls curves.
Suggestions:
1. Introduce non-s…
-
We always had a division by zero in blueprint_algebra_curves_plonk_variable_base_scalar_mul_test, near
assignment.witness(component.W(7), i + 1) = (P[0].Y - Q.Y) * (P[0].X - Q.X).inversed();
in…
-
These methods are being removed in `pasta_curves 0.3.0`.
-
The original motivation for removing the `Base` associated type from the old `CurveProjective` and `CurveAffine` traits in https://github.com/zkcrypto/group/pull/7/commits/15bc62823c192af69d63fa5cc3f2…
-
## Scheduling
This task is blocked by ZSA specification and shared Rust crate implementation, which might require changes to the same code.
## Motivation
Currently we have defined the Orc…