Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 118 Bytes

FUZZING.md

File metadata and controls

6 lines (5 loc) · 118 Bytes

Running go-fuzz tests

go test -fuzz=FuzzParseRequest ./protocol
go test -fuzz=FuzzVerifyReply ./protocol