Digest::SHA3
Inherits Reference < Object
Constants
DOMAIN = Domain::SHA3
HASH_SIZES = Int32.static_array(224, 256, 384, 512)
Constructors
new(hash_size = 256)
SourceClass methods
base64digest(string_or_slice : String | Bytes) : String
Sourcedigest(string_or_bytes : String | Bytes) : Bytes
Sourcehexdigest(string_or_slice : String | Bytes) : String
SourceInstance methods
hexdigest
Sourcereset
Sourceresult
Sourceupdate(s : Bytes)
Source