Sha256: 71f09d94d75bdbe1cce17b082983d3180cb65be89a9b6d4620c3d4cd684c0a32
Contents?: true
Size: 186 Bytes
Versions: 1
Compression:
Stored size: 186 Bytes
Contents
require_relative 'test_helper' class CtrDrbgTest < MiniTest::Unit::TestCase def test_new entropy = PolarSSL::Entropy.new ctr_drbg = PolarSSL::CtrDrbg.new(entropy) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
polarssl-0.0.2 | test/ctr_drbg_test.rb |