Packages
Elixir client for the metamorphic-log transparency-log engine: inclusion/consistency proofs, C2SP signed-note + checkpoint verification (Ed25519 + hybrid post-quantum), CONIKS lookup/absence proofs, namespace-policy verification, ingestion primitives, and anchoring. Precompiled Rust NIFs.
Current section
Files
Jump to
Current section
Files
native/metamorphic_log_nif/Cargo.toml
[package]
name = "metamorphic_log_nif"
version = "0.1.1"
edition = "2024"
rust-version = "1.85"
publish = false
[lib]
name = "metamorphic_log_nif"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.37"
metamorphic-log = "0.1.3"
# Single source of truth for base64 (same impl used by the engine + WASM SDK),
# so the wire encoding is byte-identical across Rust core / WASM / this NIF.
metamorphic-crypto = "0.8"