In Files

Parent

Methods

Class Index [+]

Quicksearch

HMAC::SHA384

Public Class Methods

new(key = nil) click to toggle source
    # File lib/hmac-sha2.rb, line 13
13:     def initialize(key = nil)
14:       super(Digest::SHA384, 128, 48, key)
15:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.