Documentation
¶
Index ¶
- Variables
- func ComputeKey(pubKey, priKey *big.Int) (*big.Int, error)
- func EcbDecrypt(key, src []byte) ([]byte, error)
- func EcbDecryptBase64(key, src string) (string, error)
- func EcbEncrypt(key, src []byte) ([]byte, error)
- func EcbEncryptBase64(key, src string) (string, error)
- func Gunzip(bs []byte) ([]byte, error)
- func Gzip(bs []byte) []byte