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
ex_tholos_pq native ex_tholos_pq_nif .cargo config.toml
Raw

native/ex_tholos_pq_nif/.cargo/config.toml

[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
[target.aarch64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]