package
0.13.2
Repository: https://github.com/gogs/gogs.git
Documentation: pkg.go.dev

# Functions

AESGCMDecrypt decrypts ciphertext with the given key using AES in GCM mode.
AESGCMEncrypt encrypts plaintext with the given key using AES in GCM mode.
MD5 encodes string to hexadecimal of MD5 checksum.
MD5Bytes encodes string to MD5 checksum.
SHA1 encodes string to hexadecimal of SHA1 checksum.
SHA256 encodes string to hexadecimal of SHA256 checksum.