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 {
29
Op_Sha3_256
,
30
32
Op_Keccak_256
,
33
35
Op_Hash_160
,
36
38
Op_Hash_256
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.
catapult-server
plugins
txes
lock_secret
src
model
LockHashAlgorithm.h
Generated by
1.8.16