
implementation("com.diglol.crypto:common:0.2.0")Offers cryptographic utilities including random number generation, hashing (SHA1, SHA256, SHA384, SHA512), message authentication codes (HMAC, Poly1305), public-key cryptography (X25519, Ed25519), key derivation functions (Argon2, PBKDF2), ciphers (AES-CBC, XChaCha20), authenticated encryption (AES-GCM, XChaCha20-Poly1305), one-time passwords (HOTP, TOTP), and SipHash implementations.