Skip to content

0.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 07:57
· 93 commits to trunk since this release

Fixed

  • Fix ArrayIndexOutOfBoundsException when using emptyBytes.refTo.

Changed

  • Replace dataWithBytes with dataWithBytesNoCopy to avoid allocation.
  • Use as to convert between ByteVar and UByteVar because they have the same bit layout.
  • Avoid creating NSData when using Aes-Gcm for encryption.