calculateCommitment
Calculates the commitment for this dust token.
Commitment: Public commitment to the dust output that hides the owner but allows validation on-chain.
Formula:
commitment = Hash(initial_value, owner, nonce, ctime)Content copied to clipboard
Note: Not yet implemented.
Return
Commitment as hex string