leadership burn proof
proof of burn of staked coin.
Public Input | Description |
---|---|
sn1 | nullifier is hash of nonce nonce, and sk |
ep | epoch index |
coin public key pk affine x coordinate | |
coin public key pk affine y coordinate | |
root | root of coins commitments tree |
value commitment affine x coordinate | |
value commitment affine y coordinate |
Witnesses | Description |
---|---|
value | coin value or u64 |
ep | epoch index |
nonce2 | random nonce derived from previous coin |
blinding scalar for value commitment | |
sk | coin secret key |
C position rooted by root | |
path | path of C at position |
Functions | Description |
---|---|
pk | commitment to sk |
C | |
commitment to value |
1
if you read this after zerocash which crypsinous is based off, both papers calls nullifiers serial numbers. and serial number is nonce, sn
in the table below can be called nullifier
in our contract using zcash sapling terminology which is used in our money contract (sapling contract).
2: if you read this after zerocash which crypsinous is based off, both papers calls nullifiers serial numbers. and serial number is nonce, nonce
can be called input/output serial
in our contracts using zcash sapling terminology which is used in our money contract (sapling contract).