├── LICENSE ├── README.md ├── crypt.go ├── example └── main.go └── http_test.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xeoncross/go-aesctr-with-hmac/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xeoncross/go-aesctr-with-hmac/HEAD/README.md -------------------------------------------------------------------------------- /crypt.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xeoncross/go-aesctr-with-hmac/HEAD/crypt.go -------------------------------------------------------------------------------- /example/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xeoncross/go-aesctr-with-hmac/HEAD/example/main.go -------------------------------------------------------------------------------- /http_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xeoncross/go-aesctr-with-hmac/HEAD/http_test.go --------------------------------------------------------------------------------