Metamorphic_crypto - Post-quantum E2E encryption for Elixir (NaCl-compatible, precompiled NIFs) - Libraries - Elixir Programming Language Forum
Hey all — I open-sourced an Elixir library that a few people in my previous threads might find useful. metamorphic_crypto is a zero-knowledge encryption library for Elixir, powered by a Rust NIF core with precompiled binaries (no Rust toolchain required). It provides: Symmetric encryption — XSalsa20-Poly1305 (NaCl secretbox) Public-key encryption — X25519 sealed boxes Hybrid post-quantum encryption — ML-KEM-768 + X25519 (NIST FIPS 203) Key derivation — Argon2id (libsodium-compatible parameter...