aboutsummaryrefslogtreecommitdiffstats
path: root/src/schema.rs
diff options
context:
space:
mode:
authorYigit Sever2021-04-15 13:35:06 +0300
committerYigit Sever2021-04-15 13:35:06 +0300
commit77b99f7d3a8747f562f2b8f1e8df551aafea1b28 (patch)
tree8c02f0fc3e463439f5d05653a3f1052caa2138ed /src/schema.rs
parentcd6839a3c6596f5e4197c6696b95efbf0c76d2ca (diff)
downloadgradecoin-77b99f7d3a8747f562f2b8f1e8df551aafea1b28.tar.gz
gradecoin-77b99f7d3a8747f562f2b8f1e8df551aafea1b28.tar.bz2
gradecoin-77b99f7d3a8747f562f2b8f1e8df551aafea1b28.zip
Remove lorems and inpsumses
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