model: Inline the BindRequest in the backend

This commit is contained in:
Valentin Tolmer
2021-08-30 09:54:45 +02:00
committed by nitnelave
parent 2aca9dbe62
commit 651adbe3c8
4 changed files with 18 additions and 11 deletions

View File

@@ -5,12 +5,6 @@ use std::collections::HashSet;
pub mod opaque;
#[derive(PartialEq, Eq, Debug, Serialize, Deserialize, Clone)]
pub struct BindRequest {
pub name: String,
pub password: String,
}
/// The messages for the 3-step OPAQUE login process.
pub mod login {
use super::*;