Documentation ¶
Index ¶
- func AESDecryptCBC(encrypted []byte, key []byte) (retEncrypted []byte, retErr error)
- func AESEncryptCBC(origData []byte, key []byte) (retEncrypted []byte, retErr error)
- func ComputeHmacSha256(message []byte, secret []byte) (string, string)
- func HmacKeyToString(hmacKey []byte) string
- func StringToHmacKey(keyStr string) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AESDecryptCBC ¶
func AESEncryptCBC ¶
func HmacKeyToString ¶
func StringToHmacKey ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.