CatapultServer  v0.5.0.1 (Elephant)
LockHashAlgorithm.h
Go to the documentation of this file.
1 
21 #pragma once
22 #include <stdint.h>
23 
24 namespace catapult { namespace model {
25 
27  enum class LockHashAlgorithm : uint8_t {
30 
33 
36 
39  };
40 }}
catapult::model::LockHashAlgorithm::Op_Hash_160
Input is hashed twice: first with SHA-256 and then with RIPEMD-160.
catapult::model::LockHashAlgorithm::Op_Sha3_256
Input is hashed using Sha-3-256.
catapult::model::LockHashAlgorithm::Op_Hash_256
Input is hashed twice with SHA-256.
catapult
Definition: AddressExtractionExtension.cpp:28
catapult::model::LockHashAlgorithm
LockHashAlgorithm
Lock secret hash algorithm.
Definition: LockHashAlgorithm.h:27
catapult::model::LockHashAlgorithm::Op_Keccak_256
Input is hashed using Keccak-256.