Simplify bitmask creation

Separate clearnet and onion tests
This commit is contained in:
y a t s
2026-06-03 12:30:57 -04:00
parent 66e6f74a4b
commit 840a63f727
4 changed files with 53 additions and 46 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ func parseTags(r io.Reader) (Challenge, error) {
if err != nil {
return c, ErrParseFailed
}
c.Steps = int8(steps)
c.Steps = uint8(steps)
}
}
}