82 lines
No EOL
21 KiB
Text
82 lines
No EOL
21 KiB
Text
!<arch>
|
||
__.PKGDEF 0 0 0 644 689 `
|
||
go object darwin amd64 go1.5.1 X:none
|
||
build id "462ca14a891d7e6040ffa101485888826f8fd13d"
|
||
|
||
$$
|
||
package hash
|
||
import runtime "runtime"
|
||
import io "io"
|
||
type @"".Hash interface { BlockSize() (? int); Reset(); Size() (? int); Sum(@"".b []byte) (? []byte); Write(@"io".p []byte) (@"io".n int, @"io".err error) }
|
||
type @"".Hash32 interface { BlockSize() (? int); Reset(); Size() (? int); Sum(@"".b []byte) (? []byte); Sum32() (? uint32); Write(@"io".p []byte) (@"io".n int, @"io".err error) }
|
||
type @"".Hash64 interface { BlockSize() (? int); Reset(); Size() (? int); Sum(@"".b []byte) (? []byte); Sum64() (? uint64); Write(@"io".p []byte) (@"io".n int, @"io".err error) }
|
||
func @"".init ()
|
||
|
||
$$
|
||
|