mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 02:28:45 +00:00
@@ -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"})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user