Skip to content

Releases: mm9942/CryptGuardLib

V1.2.9

02 May 17:59
d9c0c40
Compare
Choose a tag to compare

What's Changed

Full Changelog: V1.2.3...V1.2.9

V1.2.3

15 Apr 12:41
105b71f
Compare
Choose a tag to compare

Full Changelog: V1.2.2...V1.2.3

V1.2.2

13 Apr 09:10
332d170
Compare
Choose a tag to compare

Full Changelog: V1.2.0...V1.2.2

V1.2.0

12 Apr 22:29
3eb96c0
Compare
Choose a tag to compare

Full Changelog: V1.1.8...V1.2.0

V1.1.8

12 Apr 22:14
148b81e
Compare
Choose a tag to compare

What's Changed

  • Delete src/cryptography/signature/sign_dilithium.rs by @mm9942 in #3
  • Delete src/cryptography/signature/sign_falcon.rs by @mm9942 in #3
  • Update rust.yml by @mm9942 in #4
  • Update README.md by @mm9942 in #5
  • Update Cargo.toml by @mm9942 in #6
  • Reupload src/* by @mm9942

Full Changelog: V1.1.4...V1.1.8

V1.1.4

02 Apr 09:19
57cf8e2
Compare
Choose a tag to compare

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

New Release: V1.1.1

30 Mar 11:45
16316ec
Compare
Choose a tag to compare

Our library is undergoing a syntax overhaul to enhance detail and clarity. The current syntax focuses on providing a comprehensive understanding of the cryptographic processes, albeit with a higher complexity level.

Full Changelog: V1.0.3...V1.1.1

V1.0.3

20 Feb 07:07
963d957
Compare
Choose a tag to compare
Update Cargo.toml

V0.2

07 Feb 15:34
175d29e
Compare
Choose a tag to compare
V0.2 Pre-release
Pre-release