Class: IOTA::Crypto::Curl

Inherits:
BaseCurl
  • Object
show all
Defined in:
lib/iota/crypto/curl.rb

Instance Method Summary collapse

Constructor Details

#initialize(rounds = nil) ⇒ Curl

Returns a new instance of Curl.



12
13
14
15
# File 'lib/iota/crypto/curl.rb', line 12

def initialize(rounds = nil)
  rounds ||= NUMBER_OF_ROUNDS
  super(rounds)
end