From 27403be0e71fe8a68d8ff55d9c1d809fad4e1330 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 18 Sep 2024 21:48:46 +0200 Subject: Replace mstatus with totp --- index.gsp | 15 ++++++++------- 1 file 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. } } -- cgit v1.2.3