Crate sui_crypto

source ·

Modules§

Structs§

Traits§

  • Sign the provided message bytestring using Self (e.g. a cryptographic key or connection to an HSM), returning a digital signature.
  • Interface for signing user transactions and messages in Sui
  • Interface for verifying user transactions and messages in Sui
  • Verify the provided message bytestring using Self (e.g. a public key)