Skip to content

Releases: diglol/crypto

0.2.0

08 Jan 12:24
Compare
Choose a tag to compare

Added

  • Siphash implementation (#108)
  • Halfsiphash implementation (#108)

0.1.5

16 Aug 14:22
Compare
Choose a tag to compare

Changed

  • Remove the minimum length limit for Hmac - Key (#82)

Fixed

  • Fix StringIndexOutOfBoundsException when converting a string to Otp (#83)

0.1.4

25 Feb 15:03
Compare
Choose a tag to compare

Changed

  • Provide friendly api for Jvm (#26)

0.1.3

05 Oct 07:57
Compare
Choose a tag to compare

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.

0.1.2

12 Sep 05:40
Compare
Choose a tag to compare

Fixed

  • Error loading Wasm on NodeJs.

0.1.1

18 Jul 16:15
Compare
Choose a tag to compare

Fixed

  • Duplicate BuildConfig

0.1.0

16 Jul 09:39
Compare
Choose a tag to compare

Initial release.