Skip to content

class OpenSSL::Digest
inherits Digest

Direct known subclasses

Digest::MD5 Digest::SHA1 Digest::SHA256 Digest::SHA512

Class methods

.new(name : String)

View source

Methods

#block_size : Int32

View source

#digest_size : Int32

Returns the digest output size in bytes.

View source

#dup

Returns a shallow copy of this object.

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

View source

#finalize

View source

#to_unsafe_md

View source