tree: cbfa5d88b89743dedac184b94d1dda91c3e0797c [path history] [tgz]
  1. .gitignore
  2. LICENSE
  3. README.md
  4. aescts.go
vendor/gopkg.in/jcmturner/aescts.v1/README.md

AES CBC Ciphertext Stealing

GoDoc Go Report Card

Encrypt and decrypt data using AES CBC Ciphertext stealing mode.

Reference: https://en.wikipedia.org/wiki/Ciphertext_stealing#CBC_ciphertext_stealing

To get the package, execute:

go get gopkg.in/jcmturner/aescts.v1

To import this package, add the following line to your code:

import "gopkg.in/jcmturner/aescts.v1"