Documentation ¶
Index ¶
- func CRC32(bs cryptox.Bytes, table *Table32) uint32
- func CRC32IEEE(bs cryptox.Bytes) uint32
- func CRC64(bs cryptox.Bytes, table *Table64) uint64
- func CRC64ECMA(bs cryptox.Bytes) uint64
- func CRC64ISO(bs cryptox.Bytes) uint64
- func Fnv128(bs cryptox.Bytes) cryptox.Bytes
- func Fnv128a(bs cryptox.Bytes) cryptox.Bytes
- func Fnv32(bs cryptox.Bytes) uint32
- func Fnv32a(bs cryptox.Bytes) uint32
- func Fnv64(bs cryptox.Bytes) uint64
- func Fnv64a(bs cryptox.Bytes) uint64
- func MD5(bs cryptox.Bytes) cryptox.Bytes
- func SHA1(bs cryptox.Bytes) cryptox.Bytes
- func SHA224(bs cryptox.Bytes) cryptox.Bytes
- func SHA256(bs cryptox.Bytes) cryptox.Bytes
- func SHA384(bs cryptox.Bytes) cryptox.Bytes
- func SHA512(bs cryptox.Bytes) cryptox.Bytes
- type Table32
- type Table64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.