You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ JWE JSON Serialization cross-tested with [JWCrypto](https://github.com/latchset/
9
9
Library is fully FIPS compliant since v2.1
10
10
11
11
## Which version?
12
-
- v5.3.0 Extended public SDK to allow custom algorithms implementations. New Elliptic Curve key utils to simplify conversion between P1363 and DER ASN.1 encodings.
12
+
- v5.3.0 Extended public [SDK](#settings) to allow custom algorithms implementations. New Elliptic Curve key utils to simplify conversion between P1363 and DER ASN.1 encodings.
13
13
- v5.2.0 Maintenence release, added .net6 target to remove dependencies on external outdated packages
14
14
- v5.1.1 Maintenence release, improved memory allocation for deflated tokens (see https://github.com/dvsekhvalnov/jose-jwt/issues/258, https://github.com/dvsekhvalnov/jose-jwt/issues/257)
15
15
@@ -495,7 +495,7 @@ var publicKey=EccKey.New(x, y, usage:CngKeyUsages.KeyAgreement);
0 commit comments