mirror of https://github.com/golang/go.git
6 lines
297 B
Plaintext
6 lines
297 B
Plaintext
pkg hash, type XOF interface { BlockSize, Read, Reset, Write } #69518
|
|
pkg hash, type XOF interface, BlockSize() int #69518
|
|
pkg hash, type XOF interface, Read([]uint8) (int, error) #69518
|
|
pkg hash, type XOF interface, Reset() #69518
|
|
pkg hash, type XOF interface, Write([]uint8) (int, error) #69518
|