Documentation
¶
Index ¶
- func CRC32(data []byte, table *crc32.Table) uint32
- func CRC32IEEE(data []byte) uint32
- func CRC64(data []byte, table *crc64.Table) uint64
- func CRC64ECMA(data []byte) uint64
- func CRC64ISO(data []byte) uint64
- func Fnv128(data []byte, opts ...Option) []byte
- func Fnv128a(data []byte, opts ...Option) []byte
- func Fnv32(data []byte) uint32
- func Fnv32a(data []byte) uint32
- func Fnv64(data []byte) uint64
- func Fnv64a(data []byte) uint64
- func MD5(data []byte, opts ...Option) []byte
- func SHA1(data []byte, opts ...Option) []byte
- func SHA224(data []byte, opts ...Option) []byte
- func SHA256(data []byte, opts ...Option) []byte
- func SHA384(data []byte, opts ...Option) []byte
- func SHA512(data []byte, opts ...Option) []byte
- type Config
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.