Skip to content

Commit 36cdcfd

Browse files
committed
Warnings in docs
1 parent da81702 commit 36cdcfd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+133
-10
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
</span>
1717

1818
## Overview
19-
The `cryptosystems` package offers a robust suite of classes and functions for symmetric and asymmetric encryption, hashing algorithms, key exchange protocols as well as mathematical utility functions. Designed for seamless encryption, decryption, and cryptographic operations, this package is lightweight and efficient, relying solely on Python’s built-in libraries: `ctypes`, `warnings` and `hashlib`. With almost all of the cryptographic logic implemented from scratch, `cryptosystems` provides a streamlined, dependency-free solution, ensuring consistency and reliability across different environments as well as Python versions.
19+
The `cryptosystems` package offers a suite of classes and functions for symmetric and asymmetric encryption, hashing algorithms, key exchange protocols as well as mathematical utility functions. Designed for seamless encryption, decryption, and cryptographic operations, this package is lightweight and efficient, relying solely on Python’s built-in libraries: `ctypes`, `warnings` and `hashlib`. With almost all of the cryptographic logic implemented from scratch, `cryptosystems` provides a streamlined, dependency-free solution, ensuring consistency and reliability across different environments as well as Python versions.
20+
21+
> [!WARNING]
22+
> As of now, this library stands as a personal project of mine. It has not been audited by any authority. It also contains many basic symmetric ciphers, which should be used ONLY for educational purposes, and NOT in production. The same point stands for other cryptosystems due to appropriate padding schemes not formed yet, and the project not having been formally verified. Please do not use this library in production until it is audited and certified.
2023
2124
## 📜 Changelog for `cryptosystems` v1.0.0 📜
2225
- **🚀 Improved Performance with GMP 🚀:** Optimized performance using GMP for faster computations.
459 Bytes
Binary file not shown.
455 Bytes
Binary file not shown.
457 Bytes
Binary file not shown.
451 Bytes
Binary file not shown.
471 Bytes
Binary file not shown.
459 Bytes
Binary file not shown.
459 Bytes
Binary file not shown.
413 Bytes
Binary file not shown.

build/.doctrees/environment.pickle

104 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)