class Crypto::Digest::Blake2b
- Crypto::Digest::Blake2b
- Digest
- Reference
- Object
Defined in:
monocypher/hashes.crConstructors
Instance Method Summary
-
#digest_size : Int32
Returns the digest output size in bytes.
-
#final_impl(dst : Bytes) : Nil
Stores the output digest of #digest_size bytes in dst.
-
#reset_impl : Nil
Resets the object to it's initial state.
-
#update_impl(data : Bytes) : Nil
Hashes data incrementally.