diff options
| author | Joris Guyonvarch | 2026-04-17 22:53:02 +0200 |
|---|---|---|
| committer | Joris Guyonvarch | 2026-04-17 22:53:02 +0200 |
| commit | 648d073e1b8f4838f147c0520024bd453921a25c (patch) | |
| tree | 3a477d88c3f80a68d6477d9fe5644cc475c0cd81 /src/crypto/mod.rs | |
| parent | 2a6bcee45086bca9128489de19908984ea1be0da (diff) | |
Remove signing login token
It’s enough to use a safe crypto lib. But augment the token size to
upper bound.
Diffstat (limited to 'src/crypto/mod.rs')
| -rw-r--r-- | src/crypto/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/mod.rs b/src/crypto/mod.rs deleted file mode 100644 index 41e9259..0000000 --- a/src/crypto/mod.rs +++ /dev/null @@ -1 +0,0 @@ -pub mod signed; |
