Exception: RubeePass::Error::NotSalsa20
- Inherits:
-
RubeePass::Error
- Object
- RuntimeError
- RubeePass::Error
- RubeePass::Error::NotSalsa20
- Defined in:
- lib/rubeepass/error/not_salsa20.rb
Instance Method Summary collapse
-
#initialize ⇒ NotSalsa20
constructor
A new instance of NotSalsa20.
Constructor Details
#initialize ⇒ NotSalsa20
Returns a new instance of NotSalsa20.
2 3 4 |
# File 'lib/rubeepass/error/not_salsa20.rb', line 2 def initialize super("Not a Salsa20 CrsAlgorithm!") end |