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
Hi @bibash28!
Octet key pairs are indeed currently not supported. If you want support for this, you can implement it yourself and do a PR, or you can consider sponsorship and I can do it for you.
Key used:
final jwk = {
'kty': 'OKP',
'crv': 'Ed25519',
'd': sk,
'x': pk,
};
The text was updated successfully, but these errors were encountered: