calculateNullifier
Calculates the nullifier for this dust token.
Nullifier: Used to prevent double-spending. When a dust token is spent, its nullifier is published on-chain to mark it as spent.
Formula:
nullifier = Hash(owner_secret_key, nonce, ...)Content copied to clipboard
Note: Not yet implemented. Requires the dust secret key.
Return
Nullifier as hex string