Aucune description

evan.hong ebe1307ba7 init il y a 4 ans
.gitignore ebe1307ba7 init il y a 4 ans
LICENSE ebe1307ba7 init il y a 4 ans
README.md ebe1307ba7 init il y a 4 ans
aescts.go ebe1307ba7 init il y a 4 ans
aescts_test.go ebe1307ba7 init il y a 4 ans

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"