mirror of
https://github.com/vacp2p/vac.dev.git
synced 2026-01-09 22:58:06 -05:00
Tweaks
This commit is contained in:
@@ -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;
|
||||
```
|
||||
|
||||
<!--  -->
|
||||
|
||||
### RLN - Shamir's secret sharing
|
||||
|
||||
This is done using [Shamir's secret
|
||||
|
||||
Reference in New Issue
Block a user