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
Can we add support of post quantum cryptography? rustls has the official support of this with rustls-post-quantum, and chrome has support of post-quantum algorithms since v116.
Implement Suggestion
all we need to do is to add one lien of code of installing the default algorithm of X25519Kyber768Draft00:
Specific Demand
Can we add support of post quantum cryptography?
rustls
has the official support of this with rustls-post-quantum, and chrome has support of post-quantum algorithms since v116.Implement Suggestion
all we need to do is to add one lien of code of installing the default algorithm of
X25519Kyber768Draft00
:rustls_post_quantum::provider().install_default().unwrap();
and add the configuration flag to Args can also be done quickly. I'd like to submit the PR if the idea is ok.
The text was updated successfully, but these errors were encountered: