Skip to content

Commit 61488bb

Browse files
committed
[ci skip] changes for 0.8.8
1 parent 4df1d18 commit 61488bb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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)

0 commit comments

Comments
 (0)