Module: Melos::Crypto::Util

Defined in:
lib/melos/crypto.rb

Class Method Summary collapse

Class Method Details

.zero_vector(length) ⇒ Object



169
170
171
# File 'lib/melos/crypto.rb', line 169

def self.zero_vector(length)
  ([0] * length).pack('C*')
end