Skip to content

ArduinoSpritzCipher v0.5.3

Compare
Choose a tag to compare
@abderraouf-adjal abderraouf-adjal released this 16 Jan 23:03
· 61 commits to master since this release

ArduinoSpritzCipher v0.5.3

Changes

  • Functions spritz_hash_final() and spritz_mac_final() are no longer wipe the used spritz_ctx. If the user need to wipe the used spritz_ctx, Function spritz_ctx_memzero() is available.
  • Add ArduinoSpritzCipher Bitbucket repository link in README as a backup.
  • Rewrite the example SpritzBestPracticePassword to use less memory.
  • Change version from 0.5.2 to 0.5.3.