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
Zero-dependency\* post-quantum key encoding library for Rust. Encodes and decodes **ML-KEM**, **ML-DSA**, and **SLH-DSA** keys across DER (SPKI/PKCS#8), PEM, and JWK formats.
4
10
5
11
\*Only depends on [`pq-oid`](https://crates.io/crates/pq-oid) and [`zeroize`](https://crates.io/crates/zeroize).
@@ -148,6 +154,11 @@ let key = Key::from_pem(&pem_string)?;
148
154
-`PrivateKey::into_bytes()` returns `Zeroizing<Vec<u8>>` for safe ownership transfer
0 commit comments