@bloock/sdk / HashAlg
Enumeration: HashAlg
Represents different hash algorithms.
Table of contents
Enumeration Members
Enumeration Members
Keccak256
• Keccak256 = 1
Represents the Keccak-256 hash algorithm.
Defined in
entity/authenticity/hash_alg.ts:18
None
• None = 3
Represents no hash algorithm.
Defined in
entity/authenticity/hash_alg.ts:26
Poseidon
• Poseidon = 2
Represents the Poseidon hash algorithm.
Defined in
entity/authenticity/hash_alg.ts:22
Sha256
• Sha256 = 0
Represents the SHA-256 hash algorithm.
Defined in
entity/authenticity/hash_alg.ts:14
UNRECOGNIZED
• UNRECOGNIZED = -1
Represents an unrecognized hash algorithm.