Documentation ¶
Overview ¶
Package crypto collects common cryptographic constants.
Usage:
res, err := MD5([]byte("your data"), []byte("your prefix")) if err != nil { // handle the error... } // ...
Index ¶
- func BLAKE2b_256(data, prefix []byte) (string, error)
- func BLAKE2b_384(data, prefix []byte) (string, error)
- func BLAKE2b_512(data, prefix []byte) (string, error)
- func BLAKE2s_256(data, prefix []byte) (string, error)
- func MD4(data, prefix []byte) (string, error)
- func MD5(data, prefix []byte) (string, error)
- func MD5SHA1(data, prefix []byte) (string, error)
- func RIPEMD160(data, prefix []byte) (string, error)
- func SHA1(data, prefix []byte) (string, error)
- func SHA224(data, prefix []byte) (string, error)
- func SHA256(data, prefix []byte) (string, error)
- func SHA384(data, prefix []byte) (string, error)
- func SHA3_224(data, prefix []byte) (string, error)
- func SHA3_256(data, prefix []byte) (string, error)
- func SHA3_384(data, prefix []byte) (string, error)
- func SHA3_512(data, prefix []byte) (string, error)
- func SHA512(data, prefix []byte) (string, error)
- func SHA512_224(data, prefix []byte) (string, error)
- func SHA512_256(data, prefix []byte) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.