class

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

Instance methods

dup

Returns a shallow copy of this object.

This allocates a new object and copies the contents of self into it.

Source