Closed heaths closed 1 year ago
Some notes from talking with @schaabs:
TransformBlock
and TransformFinalBlock
.Client
stateless we could instead return an encryptor or decryptor that could either monotonically increase the nonce or just have a method on the Client
(like we do in .NET et. al.) that requires the developer to get all this right...along with a suitable example for doing so.Fixed by #49
EncryptAES
,DecryptAES
, etc. methods using a separateAESEncryptionAlgorithm
so we can have different parameters in lieu of theEncryptParameters
type and overloads in some other languages.