- Siphash implementation (#108)
- Halfsiphash implementation (#108)
- Remove the minimum length limit for Hmac - Key (#82)
- Fix StringIndexOutOfBoundsException when converting a string to Otp (#83)
- Provide friendly api for Jvm (#26)
- Fix ArrayIndexOutOfBoundsException when using
emptyBytes.refTo
.
- 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.
- Error loading Wasm on NodeJs.
- Duplicate
BuildConfig
Initial release.