Class: Ccrypto::KDFConfig

Inherits:
Object
  • Object
show all
Includes:
AlgoConfig
Defined in:
lib/ccrypto/configs/kdf_config.rb

Instance Attribute Summary collapse

Method Summary

Methods included from AlgoConfig

include

Instance Attribute Details

#algoObject

Returns the value of attribute algo.



6
7
8
# File 'lib/ccrypto/configs/kdf_config.rb', line 6

def algo
  @algo
end