class Digest::SHA256
inherits OpenSSL::Digest
¶
Implements the SHA256 digest algorithm.
Extended modules
Digest::ClassMethods
Class methods¶
Methods¶
#dup
¶
Returns a shallow copy of this object.
This allocates a new object and copies the contents of
self
into it.