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 provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Mundane!