mirror of https://github.com/acid-info/vac.dev.git
Tweaks
This commit is contained in:
parent
0228443bb3
commit
bc9fdcf664
|
@ -252,7 +252,7 @@ is a share of the secret equation, and the (internal) nullifier acts as a unique
|
|||
fingerprint for a given app/user/epoch combination. How do we calculate `y` and
|
||||
the internal nullifier?
|
||||
|
||||
```circom
|
||||
```
|
||||
// Private input
|
||||
signal input identity_secret;
|
||||
signal input path_elements[n_levels][1];
|
||||
|
@ -269,8 +269,6 @@ signal output root;
|
|||
signal output nullifier;
|
||||
```
|
||||
|
||||
<!-- ![Circuit](/img/building_private_infra_circuit.png) -->
|
||||
|
||||
### RLN - Shamir's secret sharing
|
||||
|
||||
This is done using [Shamir's secret
|
||||
|
|
Loading…
Reference in New Issue