mirror of https://github.com/tidwall/tile38.git
712da8aefa | ||
---|---|---|
.. | ||
.gitignore | ||
LICENSE | ||
README.md | ||
aescts.go |
README.md
AES CBC Ciphertext Stealing
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"