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

# musl: disable crt-static so cross can build cdylib NIFs (required for rustler_precompiled).
# https://github.com/rust-lang/cargo/issues/10143
[target.x86_64-unknown-linux-musl]
rustflags = ["-C", "target-feature=-crt-static"]
[target.aarch64-unknown-linux-musl]
rustflags = ["-C", "target-feature=-crt-static"]
[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",
]