Skip to content

ArduinoSpritzCipher v0.1.4

Compare
Choose a tag to compare
@abderraouf-adjal abderraouf-adjal released this 05 Nov 21:43
· 154 commits to master since this release

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.