diff options
Diffstat (limited to 'auth.go')
-rw-r--r-- | auth.go | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +package mt + +type AuthMethods uint32 + +const ( + LegacyPasswd AuthMethods = 1 << iota + SRP + FirstSRP +) |
![]() |
index : mt.git | |
Unnamed repository; edit this file 'description' to name the repository. | himbeer |
summaryrefslogtreecommitdiff |