package aescts

Import Path
	github.com/jcmturner/aescts/v2 (on go.dev)

Dependency Relation
	imports 4 packages, and imported by 2 packages

Involved Source Files Package aescts provides AES CBC CipherText Stealing encryption and decryption methods
Package-Level Functions (total 2)
Decrypt the ciphertext with the key and the initial vector.
Encrypt the message with the key and the initial vector. Returns: next iv, ciphertext bytes, error