chore(wasm): argon2id -> hashx

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-09-28 03:39:19 +00:00
parent 41bfbf7900
commit 8b60b4309b
5 changed files with 257 additions and 92 deletions

View File

@@ -18,7 +18,7 @@ import (
//go:generate go tool github.com/a-h/templ/cmd/templ generate
func init() {
chall.Register("argon2id", &Impl{algorithm: "argon2id"})
chall.Register("hashx", &Impl{algorithm: "argon2id"})
chall.Register("sha256", &Impl{algorithm: "sha256"})
}