Exception: RubeePass::Error::NotSalsa20

Inherits:
RubeePass::Error show all
Defined in:
lib/rubeepass/error/not_salsa20.rb

Instance Method Summary collapse

Constructor Details

#initializeNotSalsa20

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