File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
3
## v1.0.0
4
- * use HMAC DRBG
4
+ * use NIST SP800-90Ar1 HMAC- DRBG
5
5
* use multiple entropy sources
6
6
* add line break every X lines of output
7
7
* add Base58 and Base26
8
8
* add crc32 check feature
9
9
* add random.org signature verification
10
10
* add hotbits and anu quantum external true random source with parallel network calls
11
+ * add file output feature
11
12
12
13
## v0.6.0
13
14
* robot mode
Original file line number Diff line number Diff line change 55
55
</dependency >
56
56
</dependencies >
57
57
</plugin >
58
+ <plugin >
59
+ <groupId >org.apache.maven.plugins</groupId >
60
+ <artifactId >maven-surefire-plugin</artifactId >
61
+ <version >2.20.1</version >
62
+ </plugin >
58
63
<plugin >
59
64
<groupId >org.jacoco</groupId >
60
65
<artifactId >jacoco-maven-plugin</artifactId >
73
78
<artifactId >coveralls-maven-plugin</artifactId >
74
79
<version >4.3.0</version >
75
80
</plugin >
76
-
77
81
<plugin >
78
82
<groupId >pl.project13.maven</groupId >
79
83
<artifactId >git-commit-id-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments