Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileASN1DER ¶
Types ¶
type HashType ¶
type HashType asn1.Enumerated
const ( HashNone HashType = iota // crypto HashMD4 HashMD5 HashSHA1 HashSHA256 HashSHA224 HashSHA512 HashSHA384 HashSHA512_224 HashSHA512_256 HashSHA3_224 HashSHA3_256 HashSHA3_384 HashSHA3_512 HashBlake2s256 HashBlake2b256 HashBlake2b384 HashBlake2b512 HashRMD160 // non-crypto HashCRC32 HashCRC32c HashCRC32k HashCRC64ISO HashCRC64ECMA HashAdler32 HashFNV32 HashFNV32a HashFNV64 HashFNV64a HashFNV128 HashFNV128a HashUnknown HashType = -1 )
Click to show internal directories.
Click to hide internal directories.