We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08cb068 commit 6828a8bCopy full SHA for 6828a8b
CHANGES.md
@@ -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
7
## v0.8.8 (2021-01-04)
8
9
- new package mirage-crypto-rng-async, entropy feeding using async (#90 @seliopou)
0 commit comments