Skip to content

Commit 6828a8b

Browse files
committed
[ci skip] changes for 0.8.9
1 parent 08cb068 commit 6828a8b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.8.9 (2021-01-20)
2+
3+
- Rsa: Adapt computation of d = e ^ -1 mod (lam n), with
4+
lam n = lcm (p - 1) (q - 1) (previously lam n = (p - 1) * (q - 1))
5+
Fixes #62 reported by @mattjbray, investigated by @psafont, code by @hannesm
6+
17
## v0.8.8 (2021-01-04)
28

39
- new package mirage-crypto-rng-async, entropy feeding using async (#90 @seliopou)

0 commit comments

Comments
 (0)