Dups and finishes the digest.
DEPRECATED Use #final
instead.
Returns the digest output size in bytes.
Returns the final digest output.
Stores the output digest of #digest_size bytes in dst.
Returns a hexadecimal-encoded digest.
DEPRECATED Use final.hexstring
instead.
Resets the object to it's initial state.
Hashes data incrementally.
Reference
Reference
Object
Object
Returns the final digest output.
This method can only be called once and raises FinalizedError
on subsequent calls.
NOTE .dup.final
call may be used to get an intermediate hash value.
Stores the output digest of #digest_size bytes in dst.
Returns a hexadecimal-encoded digest.
DEPRECATED Use final.hexstring
instead.
© 2012–2020 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.35.1/Digest/Base.html