Skip to content

vx20220000

Compare
Choose a tag to compare
@rafael-santiago rafael-santiago released this 02 Mar 14:06
· 34 commits to main since this release

vx20220000

Increased library's support on ciphers, MAC and PRF besides some minor cosmetic changes. Now kryptos offers full support for the five AES finalists.

Features

  • Added djb2 support.
  • Added Salsa20 support.
  • Added ChaCha20 support.
  • Added MACs: Poly1305, SipHash (short messages).
  • Added PRF: SipHash.
  • Added Non-cryptographic hash: SipHash.
  • Added Twofish (128, 192, 256) support.
  • Build improvements: MSVC artifacts installing, kryptos-test.sys unloading problem, some remaining and minor GCC's compilation warnings solved.

Bugfixes

  • None. 🥇