Skip to content

Releases: abderraouf-adjal/ArduinoSpritzCipher

ArduinoSpritzCipher v0.1.5

20 Nov 22:21
Compare
Choose a tag to compare

ArduinoSpritzCipher v0.1.5

Changes

  • Add library category in library.properties, Fixes "Uncategorized" warning in Arduino IDE 1.6.6. Thanks to @per1234 .
  • crush() source code readability improvements.
  • Change version in file library.properties from 0.1.4 to 0.1.5.

ArduinoSpritzCipher v0.1.4

05 Nov 21:43
Compare
Choose a tag to compare

ArduinoSpritzCipher v0.1.4

Changes

  • Using LED_BUILTIN instead of number 13 in examples.
  • Add comments about functions in Doxygen style in SpritzCipher.h.
  • Add function wipe_spritz_ctx().
  • Use wipe_spritz_ctx() in hash() and mac() if WIPE_AFTER_USAGE is defined.
  • Now setupIV() is independent from setup().
  • Change version in file library.properties from 0.1.3 to 0.1.4.

ArduinoSpritzCipher v0.1.3

26 Oct 17:55
Compare
Choose a tag to compare

ArduinoSpritzCipher v0.1.3

Changes

  • More portable & 8-bit code, And comments.
  • Remove the non-reliable benchmark example (file ./examples/SpritzCipherBenchmark/SpritzCipherBenchmark.ino).
  • Rename the function stream() to spritz_rand_byte().
  • Change version in file library.properties from 0.1.2 to 0.1.3.

ArduinoSpritzCipher v0.1.2-2

22 Oct 20:08
Compare
Choose a tag to compare

Spritz library for Arduino.

ArduinoSpritzCipher v0.1.2

24 Sep 22:25
Compare
Choose a tag to compare

Spritz library for Arduino.