[][src]Module mazzaroth_rs::external::crypto

Provides a set of cryptographic functions for use in contracts.

Functions

keccak256

Calls a host function to Keccak256 data and return the hash

sha3_256

Calls a host function to Sha3_256 data and return the hash

sha3_512

Calls a host function to Sha3_512 data and return the hash

sha256

Calls a host function to Sha256 data and return the hash

shake256

Calls a host function to Shake256 data and return the hash

validate_signature

Validates a signature using the provided public key.