1 2 3 4 5 6 7 8 9 10
use ate::crypto::*; use serde::*; #[allow(unused_imports)] use tracing::{debug, error, info, instrument, span, trace, warn, Level}; #[derive(Debug, Serialize, Deserialize, Clone)] pub struct SmsVerification { pub salt: String, pub hash: AteHash, }