summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYigit Sever2021-04-14 03:27:27 +0300
committerYigit Sever2021-04-14 19:12:51 +0300
commitecddd94e0baa490dbbd3562ff59eb180bddfbef3 (patch)
tree4ab370494b6286de23ea2f1b29de9f894fb0a323 /src
parent9539dfc394e44f1872aa079a0c828621446a4011 (diff)
downloadgradecoin-ecddd94e0baa490dbbd3562ff59eb180bddfbef3.tar.gz
gradecoin-ecddd94e0baa490dbbd3562ff59eb180bddfbef3.tar.bz2
gradecoin-ecddd94e0baa490dbbd3562ff59eb180bddfbef3.zip
[WIP] Initial implementation of user auth
There is a dance involved and everything Write down specs for RSA and AES, padding scheme, ugh.
Diffstat (limited to 'src')
-rw-r--r--src/schema.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/schema.rs b/src/schema.rs
index fb88640..4ac674d 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -246,5 +246,3 @@ impl MetuId {
246 } 246 }
247 } 247 }
248} 248}
249
250// TODO: write schema tests using the original repo <09-04-21, yigit> //