Digest::SHA3
Inherits Reference < Object
Constants
DOMAIN = Domain::SHA3
HASH_SIZES = Int32.static_array(224, 256, 384, 512)
Constructors
new(hash_size = 512)
Class methods
base64digest(string_or_slice : String | Bytes) : String
digest(string_or_bytes : String | Bytes) : Bytes
hexdigest(string_or_slice : String | Bytes) : String
Instance methods
hexdigest
input(s)
Crystal-style method name
reset
result
update(s : String)
Ruby-style method names
update(s : Bytes)