hello
Results
3
issues of
hello
### ECDSA JWK Missing `y` Should also include `y`: https://github.com/dint-dev/cryptography/blob/master/jwk/lib/jwk.dart#L577 ``` static Jwk fromPublicKey(PublicKey publicKey) { if (publicKey is EcPublicKey) { final crv = const { KeyPairType.p256: 'P-256', KeyPairType.p384: 'P-384',...
Fixes dint-dev/cryptography#73
Fixes dint-dev/cryptography#73