Digest::SHA256
Inherits OpenSSL::Digest / Digest / Reference / Object
Implements the SHA256 digest algorithm.
NOTE: To use SHA256, you must explicitly import it with require "digest/sha256"
Constructors
new
SourceInstance methods
dup
Returns a shallow copy of this object.
This allocates a new object and copies the contents of
self into it.