summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--index.gsp15
1 files changed, 8 insertions, 7 deletions
diff --git a/index.gsp b/index.gsp
index 9ef6f13..b15f1f5 100644
--- a/index.gsp
+++ b/index.gsp
@@ -134,16 +134,17 @@ html lang="en" {
x-entry {
header {
- a href="https://git.thomasvoss.com/mstatus" {
- code {-mstatus}
+ a href="https://git.thomasvoss.com/totp" {
+ code {-totp}
}
}
- x-description {-A FIFO-based status bar for DWM and Sway}
+ x-description {-ARM64- and x64-powered 2-Factor Authentication Codes}
p {-
- A status bar written in C that works with the DWM window manager on
- X11 and the Sway window manager on Wayland. It allows for easy
- extensibility by allowing the user to send commands via a named-pipe
- to customize the contents of the status bar.
+ A tool to generate 2-factor authentication codes written in C. All
+ algorithms are written by hand and both inline assembly and CPU
+ intrinsics are used in order to produce highly-efficient code, most
+ notably this project takes advantage of SHA-1 extensions to the ARM64
+ and x64 architectures to efficiently compute SHA-1 hashes.
}
}