In Files

Parent

Methods

Class Index [+]

Quicksearch

HMAC::SHA256

Public Class Methods

new(key = nil) click to toggle source
   # File lib/hmac-sha2.rb, line 6
6:     def initialize(key = nil)
7:       super(Digest::SHA256, 64, 32, key)
8:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.