Skip to main content

Crate quantacipher_core

Crate quantacipher_core 

Source

Re-exports§

pub use error::QuantaCipherError;

Modules§

error

Functions§

generate_keypair
Generates a base64 encoded Kyber-1024 keypair (publicKey, privateKey)
get_version
secure_decrypt
Decrypts data using the user’s Base64 Kyber private key
secure_encrypt
Encrypts data using the recipient’s Base64 Kyber public key
vault_encrypt
Encrypts data in Vault Mode (ephemeral keypair, permanently sealed)