0.1.3
Fixed
- Fix ArrayIndexOutOfBoundsException when using
emptyBytes.refTo
.
Changed
- Replace
dataWithBytes
withdataWithBytesNoCopy
to avoid allocation. - Use
as
to convert betweenByteVar
andUByteVar
because they have the same bit layout. - Avoid creating
NSData
when usingAes-Gcm
for encryption.