diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-07 08:31:39 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-07 08:41:15 -0700 |
| commit | bcc1c2d9dd7fefa538647c0d4e9e621511f1fde6 (patch) | |
| tree | 64bd8f2b15dd3a737ae8d2db683641474acaff3f /internal/wordlist/wordlist.go | |
| parent | Add uploader tool (diff) | |
| download | roseh.moe-bcc1c2d9dd7fefa538647c0d4e9e621511f1fde6.tar.zst | |
Bring back pbkdf2
Diffstat (limited to 'internal/wordlist/wordlist.go')
| -rw-r--r-- | internal/wordlist/wordlist.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/internal/wordlist/wordlist.go b/internal/wordlist/wordlist.go deleted file mode 100644 index de929bc..0000000 --- a/internal/wordlist/wordlist.go +++ /dev/null @@ -1,11 +0,0 @@ -package wordlist - -import ( - _ "embed" - "strings" -) - -//go:embed wordlist.txt -var wordList string - -var Words = strings.Split(strings.TrimSuffix(wordList, "\n"), "\n") |
