class Argon2::Engine

def self.saltgen

def self.saltgen
  SecureRandom.random_bytes(Argon2::Constants::SALT_LEN)
end