Howard Wu
Howard Wu
## 🚀 Feature At the bottom of `synthesizer/src/lib.rs`, we have an inclusion batch test that should be reenabled in `synthesizer/src/process/stack/inclusion`, to ensure the feature works.
## 🚀 Feature Add in the elligator test vectors
@ljedrz can you look into using `cfg_iter` and/or `cfg_sorted_by` to rayonify (conditionally with `feature = 'serial'`)? _Originally posted by @howardwu in https://github.com/AleoHQ/snarkOS/pull/3247#discussion_r1594827218_
To keep in line with other `*_unchecked` methods in snarkVM, I'd like to request that the `FromBytes` `*_with_unchecked` methods be renamed to `*_unchecked`. I am willing to write this PR...
Thank you for submitting the PR! We appreciate you spending the time to work on these changes! ## Motivation Implements a sparse k-ary Merkle tree in `console/collections` and `circuit/collections`. -...