diff options
Diffstat (limited to 'src/schema.rs')
-rw-r--r-- | src/schema.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/schema.rs b/src/schema.rs index f159d83..fb88640 100644 --- a/src/schema.rs +++ b/src/schema.rs | |||
@@ -190,6 +190,7 @@ pub struct AuthRequest { | |||
190 | #[derive(Serialize, Deserialize, Debug)] | 190 | #[derive(Serialize, Deserialize, Debug)] |
191 | pub struct InitialAuthRequest { | 191 | pub struct InitialAuthRequest { |
192 | pub c: String, | 192 | pub c: String, |
193 | pub iv: [u8; 32], | ||
193 | pub key: String, | 194 | pub key: String, |
194 | } | 195 | } |
195 | 196 | ||