diff --git a/README.md b/README.md index bf9f142..95a7db4 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ [crates-badge]: https://img.shields.io/badge/crates.io-v1.2-blue.svg?style=for-the-badge [crates-url]: https://crates.io/crates/crypt_guard [mit-badge]: https://img.shields.io/badge/license-MIT-green.svg?style=for-the-badge -[mit-url]: https://github.com/mm9942/CryptGuardLib/blob/main/LICENSE +[mit-url]: https://github.com/mm9942/crypt_guard/blob/main/LICENSE [doc-badge]: https://img.shields.io/badge/docs-v1.2-yellow.svg?style=for-the-badge [doc-url]: https://docs.rs/crypt_guard/ [lib-badge]: https://img.shields.io/badge/github-lib-black.svg?style=for-the-badge -[lib-link]: https://github.com/mm9942/CryptGuardLib +[lib-link]: https://github.com/mm9942/crypt_guard ## Introduction @@ -35,7 +35,7 @@ An additional layer of security is provided through the appending of a HMAC (Has ### Current Release -The present version, **1.2.11**, 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 using async implementation, 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.X 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. Now you also can use logging cappabilitys. +The present version, **1.2.12**, 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 using async implementation, 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.X 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. Now you also can use logging cappabilitys. ### Simplifying Encryption and Decryption with Macros