Sha256: c485055e23fe9c3372eda75f45e98826a7c9142900ff2c7f4583c76b8db73a5e
Contents?: true
Size: 154 Bytes
Versions: 3
Compression:
Stored size: 154 Bytes
Contents
module Ccrypto class HMACConfig include AlgoConfig attr_accessor :key, :digest def initialize @digest = :sha256 end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ccrypto-0.1.3 | lib/ccrypto/configs/hmac_config.rb |
ccrypto-0.1.2 | lib/ccrypto/configs/hmac_config.rb |
ccrypto-0.1.0 | lib/ccrypto/configs/hmac_config.rb |