ArduinoSpritzCipher Versions Save

Spritz encryption system portable C library, CSPRNG, cryptographic hash and MAC functions, symmetric-key data encryption, and general-purpose functions. It's also an Arduino library.

v1.2.0

3 years ago

ArduinoSpritzCipher v1.2.0

Changes

  • Add spritz_crypt_inplace().
  • Add SPRITZ_USE_LIBC lib-c functions usage option
  • Inline internal functions for speed improvement.
  • Faster wipe traces in spritz_compare().
  • Source code and docs cleanups.
  • Change version from 1.1.0 to 1.2.0.

Acknowledgment

Thanks to @RobTillaart for helping the quality of this software.

v1.1.0

3 years ago

ArduinoSpritzCipher v1.1.0

Changes

  • Inline internal functions for 15% speed improvement (Tested on ATmega328P).
  • Add Spritz white paper.
  • Source code cleanups.
  • Fix ISC license and/or.
  • Change version from 1.0.7 to 1.1.0.

v1.0.7

3 years ago

ArduinoSpritzCipher v1.0.7

Changes

  • Change license from MIT to ISC.
  • Change version from 1.0.6 to 1.0.7.

v1.0.6

4 years ago

ArduinoSpritzCipher v1.0.6

Changes

  • Improvement ofSpritzBestPracticePasswordESP8266 for ESP8266 SoC example.
  • Change version from 1.0.5 to 1.0.6.

v1.0.5

4 years ago

ArduinoSpritzCipher v1.0.5

Changes

  • Add SpritzBestPracticePasswordESP8266 example, example to get initial entropy from hardware RNG for ESP8266 SoC.
  • Documentation improvements.
  • Change version from 1.0.4 to 1.0.5.

v1.0.4

6 years ago

ArduinoSpritzCipher v1.0.4

Changes

  • Documentation and source code comments improvements.
  • Change version from 1.0.3 to 1.0.4.

v1.0.3

7 years ago

ArduinoSpritzCipher v1.0.3

Changes

  • Delete sketch SpritzBenchmark.
  • Documentation and source code comments improvements.
  • Change version from 1.0.2 to 1.0.3.

v1.0.2

7 years ago

ArduinoSpritzCipher v1.0.2

Changes

  • Sketch SpritzBenchmark: ArduinoSpritzCipher library benchmark (performance test).
  • Change version from 1.0.1 to 1.0.2.

v1.0.1

7 years ago

ArduinoSpritzCipher v1.0.1

Changes

  • SPRITZ_WIPE_TRACES_PARANOID is NOT defined by default anymore.
  • Change version from 1.0.0 to 1.0.1.

v1.0.0

8 years ago

ArduinoSpritzCipher v1.0.0

ArduinoSpritzCipher is out of beta/testing period. After a lot of testing and auditing, now ArduinoSpritzCipher​ is stable and solid enough to use in production​.

Thanks for all people who help with the code, documentation, and auditing.