diff options
author | Yigit Sever | 2021-04-14 03:27:27 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-14 19:12:51 +0300 |
commit | d081eb803cb94aec8122e56ffe7a3256bf4c314c (patch) | |
tree | f03446214329442f9b3a66a032ce91c873a39e86 /src/schema.rs | |
parent | ffb79ec042e73c62dae31b4138517bd3e739c6b9 (diff) | |
download | gradecoin-d081eb803cb94aec8122e56ffe7a3256bf4c314c.tar.gz gradecoin-d081eb803cb94aec8122e56ffe7a3256bf4c314c.tar.bz2 gradecoin-d081eb803cb94aec8122e56ffe7a3256bf4c314c.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/schema.rs')
-rw-r--r-- | src/schema.rs | 2 |
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> // | ||