Expand description
Utilities for Seal creation and verification
Functionsยง
- hash_
and_ sign - Combines
hash_transaction()andsign()and returnsSeal - hash_
and_ verify - Combines
hash_transaction()andverify() - hash_
transaction - Create transaction hash used for signing with
sign(). - sign
- Sign transaction hash created with
hash_transaction(). - verify
- Verify seal created by
hash_and_sign().