Module: Encrypto::Random

Defined in:
lib/encrypto/random.rb

Class Method Summary collapse

Class Method Details

.bytesObject



4
5
6
# File 'lib/encrypto/random.rb', line 4

def self.bytes
  RbNaCl::Random.random_bytes
end