Lines Matching full:hash
9 import hash "hash"
12 type @"hash".Hash interface { BlockSize() (? int); Reset(); Size() (? int); Sum(@"hash".b []byte) (? []byte); Write(@"io".p []byte) (@"io".n int, @"io".err error) }
13 type @"".Hash uint
14 func (@"".h·2 @"".Hash) Available () (? bool) { return @"".h·2 < @"".Hash(0x10) && @"".hashes[@"".h·2] != nil }
15 func (@"".h·2 @"".Hash) HashFunc () (? @"".Hash) { return @"".h·2 }
16 func (@"".h·2 @"".Hash) New () (? @"hash".Hash)
17 func (@"".h·2 @"".Hash) Size () (? int)
18 const @"".MD4 @"".Hash = 0x1
19 const @"".MD5 @"".Hash = 0x2
20 const @"".SHA1 @"".Hash = 0x3
21 const @"".SHA224 @"".Hash = 0x4
22 const @"".SHA256 @"".Hash = 0x5
23 const @"".SHA384 @"".Hash = 0x6
24 const @"".SHA512 @"".Hash = 0x7
25 const @"".MD5SHA1 @"".Hash = 0x8
26 const @"".RIPEMD160 @"".Hash = 0x9
27 const @"".SHA3_224 @"".Hash = 0xa
28 const @"".SHA3_256 @"".Hash = 0xb
29 const @"".SHA3_384 @"".Hash = 0xc
30 const @"".SHA3_512 @"".Hash = 0xd
31 const @"".SHA512_224 @"".Hash = 0xe
32 const @"".SHA512_256 @"".Hash = 0xf
33 func @"".RegisterHash (@"".h·1 @"".Hash, @"".f·2 func() (? @"hash".Hash))
37 type @"".SignerOpts interface { HashFunc() (? @"".Hash) }
42 const @"".maxHash @"".Hash = 0x10
43 var @"".hashes []func() (? @"hash".Hash)
50 go13ldhash.aio.astrconv.a ? "".Hash.HashFunc H?\$H?\$? "".~r0 type."".Hash