Closed howardwu closed 5 years ago
Merging #46 into v0.6.0 will decrease coverage by
0.24%
. The diff coverage is27.27%
.
@@ Coverage Diff @@
## v0.6.0 #46 +/- ##
==========================================
- Coverage 74.68% 74.43% -0.25%
==========================================
Files 57 57
Lines 1687 1694 +7
==========================================
+ Hits 1260 1261 +1
- Misses 427 433 +6
Removes use of OsRng, in favor of caller providing an Rng of their choice.
Zcash addresses now use StdRng for generating diversifiers.
This change in randomness should help to enable wasm support.