entity.authenticity.hash_alg
HashAlg Objects
class HashAlg(Enum)
Represents different hash algorithms.
SHA_256
Represents the SHA-256 hash algorithm.
KECCAK_256
Represents the Keccak-256 hash algorithm.
POSEIDON
Represents the Poseidon hash algorithm.
NONE
Represents no hash algorithm.
UNRECOGNIZED
Represents an unrecognized hash algorithm.