Class: Ccrypto::SecretSharingConfig
- Inherits:
-
Object
- Object
- Ccrypto::SecretSharingConfig
- Includes:
- AlgoConfig
- Defined in:
- lib/ccrypto/configs/secret_sharing_config.rb
Instance Attribute Summary collapse
-
#required_parts ⇒ Object
Returns the value of attribute required_parts.
-
#split_into ⇒ Object
Returns the value of attribute split_into.
Attributes included from AlgoConfig
Method Summary
Methods included from AlgoConfig
Instance Attribute Details
#required_parts ⇒ Object
Returns the value of attribute required_parts.
8 9 10 |
# File 'lib/ccrypto/configs/secret_sharing_config.rb', line 8 def required_parts @required_parts end |
#split_into ⇒ Object
Returns the value of attribute split_into.
7 8 9 |
# File 'lib/ccrypto/configs/secret_sharing_config.rb', line 7 def split_into @split_into end |