leadership burn proof

proof of burn of staked coin.

Public InputDescription
sn1nullifier is hash of nonce nonce, and sk
epepoch index
coin public key pk affine x coordinate
coin public key pk affine y coordinate
rootroot of coins commitments tree
value commitment affine x coordinate
value commitment affine y coordinate
WitnessesDescription
valuecoin value or u64
epepoch index
nonce2random nonce derived from previous coin
blinding scalar for value commitment
skcoin secret key
C position rooted by root
pathpath of C at position
FunctionsDescription
pkcommitment 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).