In Files

Parent

Methods

Class Index [+]

Quicksearch

HMAC::SHA512

Public Class Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.