Class: IOTA::Crypto::Curl
Instance Method Summary collapse
-
#initialize(rounds = nil) ⇒ Curl
constructor
A new instance of Curl.
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 |