mirror of
https://github.com/status-im/zxcvbn-go.git
synced 2025-02-18 14:16:35 +00:00
Add comment for fuzz
This commit is contained in:
parent
0c2847c0bb
commit
8a54176704
@ -4,6 +4,7 @@ import (
|
||||
"github.com/nbutton23/zxcvbn-go"
|
||||
)
|
||||
|
||||
// Fuzz is used to run https://github.com/dvyukov/go-fuzz
|
||||
func Fuzz(data []byte) int {
|
||||
password := string(data)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user