Sha256: 05de1efadca281e98101c97676b47a69b886257fc3eacaa22e4ff21ffd6414d3
Contents?: true
Size: 170 Bytes
Versions: 3
Compression:
Stored size: 170 Bytes
Contents
require 'securerandom' # This function is not used, but should be used in the future def random_hex(len=16) raise NotImplementedError SecureRandom.hex(len) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ush-0.1.1 | lib/ush/crypto.rb |
ush-0.1.0b | lib/ush/crypto.rb |
ush-0.1.0 | lib/ush/crypto.rb |