MoveReferencesFrameworkFramework TestnetMove StdlibhashOn this pageModule std::hash 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. Module Functions pub sha2_256 public fun sha2_256(data: vector<u8>): vector<u8> Implementationpublic native fun sha2_256(data: vector<u8>): vector<u8>; pub sha3_256 public fun sha3_256(data: vector<u8>): vector<u8> Implementationpublic native fun sha3_256(data: vector<u8>): vector<u8>;Give Feedback