-
# PSE Acceleration Program
* **Project:** Semaphore ERC7579 Validator Module
https://github.com/semaphore-protocol/semaphore/issues/345
## Project Overview :page_facing_up:
### Overview
…
-
I've uploaded a simple example proof together with a module for generating branched scripts. https://github.com/chm-diederichs/rgb-proof-examples
`proofGen(depth, branch)` generates a proof that is…
-
## Summary
This is a general-purpose issue talking about the possibility of making arkworks-rs easier to be used by general developers.
## Problem Definition
There has been a lot of work in D…
-
Any chance we could see zkp adding to its roadmap SecQ curve support (swap n & p and test various optimizations and side-channel issues caused by the swap) followed by bulletproofs in SecQ?
See ht…
-
Write a program to verify Ethereum signature on Hylé. This is the 1st step to supporting Ethereum wallets on Hylé. You can do it in any language (Noir, Rust, Cairo), (https://github.com/starkware-lib…
-
### Name of the project
AssetChain
### Project abstract
AssetChain is a groundbreaking project designed to integrate Real World Assets (RWAs) with blockchain technology, specifically focusing on th…
-
The current circuit uses a Merkle tree to check that input note commitments are in the commitment set. This requires dMerkle = 29 SHA256Compress evaluations to check each input, which is the majority …
daira updated
2 years ago
-
Fwiw the following rather horrifying hack "works":
```rust
let bin_bh: [u8; 32] = hex::FromHex::from_hex("deadbeef...").unwrap();
let mut next = BlockHash::from_raw_hash(sha256d::Ha…
-
## 🚀 Feature
Support for global variables to make programs more diverse
## Motivation
```
program global.aleo {
let global_address: address;
let is_set = bool;
…
-