2024-08-26 16:21:54 -04:00
|
|
|
# exportable
|
|
|
|
--
|
|
|
|
import "github.com/go-i2p/go-i2p/lib/common/fuzz/destination"
|
|
|
|
|
2025-02-26 21:03:51 -05:00
|
|
|

|
2025-02-26 20:52:16 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
#### func Fuzz
|
|
|
|
|
|
|
|
```go
|
|
|
|
func Fuzz(data []byte) int
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exportable
|
|
|
|
|
|
|
|
github.com/go-i2p/go-i2p/lib/common/fuzz/destination
|