-
Can we use BLS pairing? where are we getting the SRS?
-
Hello,
I'm running `make ./bin/ecdsa_test.exe & ./bin/ecdsa_test.exe`, and i notice that In README.md mcl only support BN_CURVE and BLS12-381. What about others ec? like spce256k1 or NIST-P256
Best…
-
-
# Overview
The type `JsUtxo` is used to generate new notes for the VAnchor API
Arkworks UTXO strucure
```rust
pub struct Utxo {
pub chain_id_raw: u64,
pub chain_id: F,
pub amount: F,
p…
-
Hi there,
I'm doing some work with large inputs, and seem to have bumped into a limit on the input size.
I can't seem to pass in inputs larger than 32 bytes through the circuit witness and get …
-
# Overview
Generate VAnchor notes and UTXOs
### setup for Vnchor
```rust
use arkworks_setups::r1cs::vanchor::VAnchorR1CSProver;
use ark_bn254::Bn254;
pub const TREE_HEIGHT: usize = 30;
p…
-
Can I choose my own finite field?because I want to compute y=g^x mod p, to show that i have the x but without showing x.thx!
-
### **Tasks:**
- [x] #144
- [x] #142
- [x] #143
- [x] #141
- [x] #140
- [x] #194
- [x] #193
- [x] #148
Anchor will have its own `ProofInput`, and `Proof`. It will also have its own …
-
top of error message:
walue@walue-ABRA-A5-V15-4:~/suibase$ localnet start
Building suibase-daemon
Compiling suibase-daemon v0.0.2 (/home/walue/suibase/rust/suibase/crates/suibase-daemon)
error…
-
Hi there,
I'm looking through ECP2.go, we need a way to multiply ECP2 struct with a FP. What is the general way to do this?
Already tried this and it didn't work: `func (E *ECP2) mul(e *BIG) *EC…