-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChanges
More file actions
33 lines (18 loc) · 790 Bytes
/
Changes
File metadata and controls
33 lines (18 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Revision history for Perl extension Crypt::Random::Seed
0.04 ?
- Type check for user-supplied source array.
0.03 16 Feb 2013
- Allow tests to run even if TESHA2 isn't installed. Thanks to
Salvatore Bonaccorso for suggestion.
- Use binmode on file reads. Thanks for David Dick for idea.
- Minor documentation updates.
0.02 29 Jan 2013
- Add EGD/PRNGD source.
- More documentation.
- More strict with perlcritic (used Bytes::Random::Secure for some reference)
- Remove 'Weak' constructor option. There was too little logic behind what
got called strong or weak. The is_strong() call remains, so the calle can
use it possibly in conjunction with the name() value to make a more
informed decision.
0.01 12 Jan 2013
- Initial development