Method: Ccrypto::Ruby::ED25519Engine#initialize
- Defined in:
- lib/ccrypto/ruby/engines/ed25519_engine.rb
#initialize(*args, &block) ⇒ ED25519Engine
Returns a new instance of ED25519Engine.
42 43 44 45 |
# File 'lib/ccrypto/ruby/engines/ed25519_engine.rb', line 42 def initialize(*args, &block) @config = args.first teLogger.debug "Config : #{@config}" end |