Skip to content

V1.1.4

Choose a tag to compare

@mm9942 mm9942 released this 02 Apr 09:19
· 121 commits to main since this release
57cf8e2

The present version, 1.1.4, emphasizes detailed cryptographic operations. This version is ideal for those who want a fast but not too complicated, elaborate approach to cryptography and don't want to use asynchronous code. Asynchronous capabilities will be reimplemented in a later update (but this time as a feature). For those who prefer an easier syntax, they should just use version 1.0.3 until a later update is released. This version's syntax is more user-friendly and does not require the definition of too many structs like in 1.1.1 or 1.1.0 but allows for precise control over the encryption and decryption algorithm as well as the Kyber key size. It allows the usage of Kyber1024, Kyber768, and Kyber512.

What's Changed

New Contributors

  • @mm9942 made their first contribution in #2

Full Changelog: V1.1.1...V1.1.4