跳转到内容

hash - [devnet]

此内容尚不支持你的语言。

Module which defines SHA hashes for byte vectors.

The functions in this module are natively declared both in the Move runtime as in the Move prover’s prelude.

Functions

sha2_256

public fun sha2_256(data: vector<u8>): vector<u8>
Implementation
native public fun sha2_256(data: vector<u8>): vector<u8>;

sha3_256

public fun sha3_256(data: vector<u8>): vector<u8>
Implementation
native public fun sha3_256(data: vector<u8>): vector<u8>;