rust-auth-utils 1.0.0

A rust port of @better-auth/utils.
Documentation
pub mod base32;
pub mod base64;
pub mod binary;
pub mod ecdsa;
pub mod hash;
pub mod hex;
pub mod hmac;
pub mod otp;
pub mod random;
pub mod rsa;
pub mod types;

#[cfg(test)]
mod tests {
    mod base32;
    mod base64;
    mod binary;
    mod ecdsa;
    mod hash;
    mod hex;
    mod hmac;
    mod otp;
    mod random;
    mod rsa;
}