Documentation
¶
Index ¶
- func IsHexString(s string) bool
- func IsPublicKey(key string) bool
- func IsSignature(s []byte) bool
- func IsUUID(id string) bool
- func NewUUID() string
- func RIPEMD160(data []byte) string
- func RIPEMD160Raw(data []byte) []byte
- func SHA256(data []byte) string
- func SHA256Raw(data []byte) []byte
- func SHA512(data []byte) string
- func SHA512Raw(data []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsPublicKey ¶
IsPublicKey returns key is a valid public key generated from ECDSA Secp256k1.
func IsSignature ¶
IsSignature returns s is a valid signature or not.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.