Packages
Elixir NIF bindings for tholos-pq, a post-quantum cryptography library. Provides secure cryptographic primitives resistant to quantum computing attacks.
Current section
Files
Jump to
Current section
Files
native/ex_tholos_pq_nif/Cargo.toml
[package]
name = "ex_tholos_pq_nif"
version = "0.1.0"
edition = "2021"
authors = ["Thanos Vassilakis <thanosv@gmail.com>"]
license = "Apache-2.0"
description = "Rustler NIF for tholos-pq post-quantum cryptography"
[lib]
name = "ex_tholos_pq_nif"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.34.0"
tholos-pq = "0.1"
serde_cbor = "0.11"
lazy_static = "1.4"
[profile.release]
lto = true
opt-level = 3