Expand description

Utilities for Seal creation and verification

Functionsยง

hash_and_sign
Combines hash_transaction() and sign() and returns Seal
hash_and_verify
Combines hash_transaction() and verify()
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().