File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ ## v0.8.8 (2021-01-04)
2+
3+ - new package mirage-crypto-rng-async, entropy feeding using async (#90 @seliopou )
4+ - Entropy.cpu_rng and Entropy.cpu_rng_bootstrap result in Error `Not_supported
5+ on CPUs without RDRAND/RDSEED support (previously an exception was raised
6+ in cpu_rng_bootstrap, and cpu_rng resulted in a no-op) (#92 @seliopou )
7+ - Entropy.cpu_rng delays entropy feeding (returns unit -> unit instead of unit).
8+ This fixes a memory leak, reported by @talex5 #94 , fixed in #95 by @hannesm
9+ - Avoid illegal instructions on X86 CPUs without SSSE3 instruction set. Both
10+ SHA256 and ChaCha used PSHUFB which is not available on e.g. AMD Phenom II
11+ (report #93 by @dinosaure @samoht @pirbo @RichAyotte @sebeec , fixed in #96 by
12+ @hannesm )
13+
114## v0.8.7 (2020-11-03)
215
316- revise MirageOS cross-compilation (#89 , @hannesm )
You can’t perform that action at this time.
0 commit comments