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
It is said that a P-521 key gives the equivalent security of a 256-bit AES key. However, Deno's WebCrypto implementation currently only supports P-256 and P-384 keys.
The WebCrypto roadmap indicates that P-521 support is planned. Are we waiting on P-521 support in dependencies like RustCrypto, or can we proceed?
The text was updated successfully, but these errors were encountered:
It is said that a P-521 key gives the equivalent security of a 256-bit AES key. However, Deno's WebCrypto implementation currently only supports P-256 and P-384 keys.
The WebCrypto roadmap indicates that P-521 support is planned. Are we waiting on P-521 support in dependencies like RustCrypto, or can we proceed?
The text was updated successfully, but these errors were encountered: