summaryrefslogtreecommitdiffstats
path: root/src/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema.rs')
-rw-r--r--src/schema.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schema.rs b/src/schema.rs
index af10b4d..33dc301 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -195,7 +195,7 @@ pub struct AuthRequest {
195#[derive(Serialize, Deserialize, Debug)] 195#[derive(Serialize, Deserialize, Debug)]
196pub struct InitialAuthRequest { 196pub struct InitialAuthRequest {
197 pub c: String, 197 pub c: String,
198 pub iv: [u8; 32], 198 pub iv: String,
199 pub key: String, 199 pub key: String,
200} 200}
201 201