summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/crypto_tests/t_prng.comments
blob: 1666b7060ff4f2dbac1e5b6f6299341e30392a4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Things this test tries to do:
*adding data
* getting random data
* adding more data but not enough for reseed
*getting more random data
*adding enough to trigger a reseed
*getting more random data
* getting random data without a reseed inbetween
* getting enough data to trigger a gate


If you adjust the blocksize or the seeding parameters then this test
should be adjusted.