module Slosilo::Random

Public Class Methods

salt() click to toggle source
# File lib/slosilo/random.rb, line 6
def salt
  OpenSSL::Random::random_bytes 32
end