diff options
Diffstat (limited to 'src/schema.rs')
-rw-r--r-- | src/schema.rs | 2 |
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)] |
196 | pub struct InitialAuthRequest { | 196 | pub 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 | ||