Mundane is a Rust cryptography library designed to be safe, ergonomic, and high-performance, with its cryptographic operations powered by BoringSSL. It aims to eliminate common security pitfalls by providing APIs that are intentionally difficult to misuse, prioritizing safety and correctness over flexibility. The library vendors its own copy of BoringSSL, ensuring consistent builds without external dependencies and avoiding symbol conflicts between different versions. Mundane emphasizes clarity in its cryptographic abstractions, making it accessible to developers while maintaining robust security guarantees. It is ideal for projects that need reliable, production-grade cryptography built directly on top of proven, well-tested C libraries.
Features
- Built on BoringSSL, offering reliable and optimized cryptographic primitives
- Focused on safety and misuse resistance, preventing common cryptographic errors
- Provides ergonomic and consistent Rust APIs for cryptographic operations
- Vendors its own version of BoringSSL to avoid symbol and version conflicts
- Supports secure and efficient assembly optimizations on x86 and x86_64 platforms
- Ensures build reproducibility without requiring BoringSSL installation or configuration
Categories
LibrariesLicense
MIT LicenseFollow Mundane
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Mundane!