In Files

Parent

Methods

Files

Class/Module Index [+]

Quicksearch

HMAC::SHA512

Public Class Methods

new(key = nil) click to toggle source
# File lib/hmac/sha2.rb, line 20
def initialize(key = nil)
  super(Digest::SHA512, 128, 64, key)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.