In Files

Parent

Methods

Class/Module Index [+]

Quicksearch

HMAC::SHA256

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.