PQMagician consists of port crates that integrate the PQMagic, a high-performance post-quantum cryptographic algorithm C library, into the ecosystem of Rust.
pqmagic-sys
: This crate can build vendoredPQMagic
library with customizable configurations and provide unsafe FFI bindings.pqmagic
(todo): A high-level Rust wrapper crate based onpqmagic-sys
for the safe access to cryptographic schemes inPQMagic
.