howardwu / wagyu

A Rust library for generating cryptocurrency wallets
https://wagyu.dev
Apache License 2.0
612 stars 106 forks source link

Update to pass in rng, change Zcash sapling address rng to StdRng #46

Closed howardwu closed 5 years ago

howardwu commented 5 years ago

Removes use of OsRng, in favor of caller providing an Rng of their choice.

codecov-io commented 5 years ago

Codecov Report

Merging #46 into v0.6.0 will decrease coverage by 0.24%. The diff coverage is 27.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