jwtk / jjwt

Java JWT: JSON Web Token for Java and Android
Apache License 2.0
10.33k stars 1.34k forks source link

Minor test change to reflect correct assertion for JWK Elliptic Curve 'd' byte array values #906

Closed lhazlewood closed 9 months ago

lhazlewood commented 9 months ago

to be based on the curve order (not the field size) per https://datatracker.ietf.org/doc/html/rfc7518#section-6.2.2.1. Minor addendum to #903