CryptoX
cryptox is a library providing centralized cryptography utility functions for Rust.
Features
uuid: Provides functions to generate Universally Unique Identifiers (UUIDs) version 4 and 7.hash: Provides functions to generate SHA256 and SHA512 hashes.rand: Provides functions to generate random bytes, hex strings, and number ranges.full: Enables all features.
Installation
Add this to your Cargo.toml:
[]
= { = "0.1.0", = ["full"] }
Quick Start
use ;
Modules
License
MIT