Class: Ccrypto::KDFConfig
- Inherits:
-
Object
- Object
- Ccrypto::KDFConfig
- Includes:
- AlgoConfig
- Defined in:
- lib/ccrypto/configs/kdf_config.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#algo ⇒ Object
Returns the value of attribute algo.
-
#outBitLength ⇒ Object
Returns the value of attribute outBitLength.
Attributes included from AlgoConfig
Method Summary
Methods included from AlgoConfig
Instance Attribute Details
#algo ⇒ Object
Returns the value of attribute algo.
6 7 8 |
# File 'lib/ccrypto/configs/kdf_config.rb', line 6 def algo @algo end |
#outBitLength ⇒ Object
Returns the value of attribute outBitLength.
6 7 8 |
# File 'lib/ccrypto/configs/kdf_config.rb', line 6 def outBitLength @outBitLength end |