Documentation ¶
Index ¶
- func AesDecrypt2(cryted string, psw string) (string, error)
- func AesEncrypt(encodeStr string, psw string) (string, error)
- func CheckIsString(str *string) bool
- func CheckPsw(psw string) (flag bool)
- func FloatToString(input_num float64, prec int) string
- func GetAddressFromPubKey(pubKey string) (address string, err error)
- func GetPubKeyFromWifAndCheck(privKeyHex string, pubKey string) (pubKeyFromWif string, err error)
- func GetRandNumDown(min, max int) (int, error)
- func PKCS5Padding(ciphertext []byte, blockSize int) []byte
- func PKCS5UnPadding(origData []byte) []byte
- func PathExistsAndCreate(path string) error
- func RandBytes(size int) (string, error)
- func SetAesAndIV(key string, myIv string)
- func SignMsgWithBase58(msg []byte) string
- func SignMsgWithMd5(msg []byte) string
- func SignMsgWithRipemd160(msg []byte) string
- func SignMsgWithSha256(msg []byte) string
- func VerifyEmailFormat(email string) bool
- type AStarPathFind
- type PathNode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckIsString ¶
func FloatToString ¶
func GetAddressFromPubKey ¶
func GetRandNumDown ¶
func PKCS5Padding ¶
func PKCS5UnPadding ¶
func SetAesAndIV ¶
func SignMsgWithBase58 ¶
func SignMsgWithMd5 ¶
func SignMsgWithRipemd160 ¶
func SignMsgWithSha256 ¶
func VerifyEmailFormat ¶
Types ¶
type AStarPathFind ¶
type AStarPathFind struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.