class

Digest::SHA512

Inherits OpenSSL::Digest / Digest / Reference / Object

Implements the SHA512 digest algorithm.

NOTE: To use SHA512, you must explicitly import it with require "digest/sha512"

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