Releases: ricmoo/aes-js
Releases · ricmoo/aes-js
Version 3.1.2
Version 3.1.0
Added support for large (over 32-bit, but not larger than 53-bit) integers for aesjs.Counter.
Version 3.0.0
The following changes have been made:
- Using
Uint8Array
instead of Array - No reference to Buffer (so Broswerify won't pull in SlowBuffer)
- Moved utility functions to more clearly indicate their purpose
This is a major version change, as some functionality is not backward compatible (but all functionality has an equivalent)
Version 2.1.0
Only major change in this release is that ECB and CBC modes of operation can be given any amount of data (as long as its length is a multiple of the block size, 16 bytes) and will encrypt/decrypt the entire chunk.
Version v2.0.0
Fixed some inconsistencies (and bugs) in the API with respect to exceptions being thrown.
Version 0.2.3
- Added a more versatile
slowCreateBuffer
for browsers which do not support.slice()
on their typed arrays, as well as exposed it viaaes.util._createSlowBuffer
for access by the test cases.
Version 0.2.2
Version 0.2.2