Initial commit
This commit is contained in:
9
backend/src/hash/mod.rs
Normal file
9
backend/src/hash/mod.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
//! Hash module.
|
||||
//!
|
||||
//! This module provides hashing functionalities. It includes submodules
|
||||
//! for Argon2 hashing and hash definitions.
|
||||
mod argon2;
|
||||
mod definitions;
|
||||
|
||||
pub use argon2::Argon2 as Hash;
|
||||
pub use definitions::*;
|
||||
Reference in New Issue
Block a user