Sha256: 94be8eff0e10719863fd5f67543a27ec02f4d2f66b03229c8a4ba6506970fc7a
Contents?: true
Size: 227 Bytes
Versions: 7
Compression:
Stored size: 227 Bytes
Contents
require 'test_helper' class EntropyTest < MiniTest::Unit::TestCase def test_initialize entropy = PolarSSL::Entropy.new end def test_gather entropy = PolarSSL::Entropy.new assert entropy.gather() end end
Version data entries
7 entries across 7 versions & 1 rubygems