Top Level Namespace

Defined Under Namespace

Modules: Ush

Instance Method Summary collapse

Instance Method Details

#random_hex(len = 16) ⇒ Object

This function is not used, but should be used in the future

Raises:

  • (NotImplementedError)


4
5
6
7
# File 'lib/ush/crypto.rb', line 4

def random_hex(len=16)
  raise NotImplementedError
  SecureRandom.hex(len)
end