class Digest::SHA3
- Digest::SHA3
- Reference
- Object
Direct Known Subclasses
Defined in:
digest/sha3.crConstant Summary
-
DOMAIN =
Domain::SHA3
-
HASH_SIZES =
Int32.static_array(224, 256, 384, 512)
Constructors
Class Method Summary
- .base64digest(string_or_slice : String | Bytes) : String
- .digest(string_or_bytes : String | Bytes) : Bytes
- .hexdigest(string_or_slice : String | Bytes) : String
Instance Method Summary
- #hexdigest : String
-
#input(s)
Crystal-style method name
- #reset
- #result
-
#update(s : String)
Ruby-style method names
- #update(s : Bytes)