Crate sui_crypto
source ·Modules§
- ed25519
ed25519
- multisig
ed25519
orsecp256r1
orsecp256k1
orzklogin
- secp256k1
secp256k1
- secp256r1
secp256r1
- simple
ed25519
orsecp256r1
orsecp256k1
orzklogin
- zklogin
zklogin
Structs§
- Signature errors.
- User
Signature Verifier ed25519
orsecp256r1
orsecp256k1
orzklogin
Verifier that will verify all UserSignature variants
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)