CryptGuard Python
Initial Release with Rust Bindings
This is the first Python implementation of CryptGuard, utilizing and wrapping the Rust crate with PyO3. The module leverages the compiled Rust code, allowing you to enjoy the new Python version. But since it is not yet near finished, please ignore that it uses python's variant of the rust data type: `Vec<u8>` instead of python's bytes type
Installation
Please use `pip install crypt_guard` or alternativly on linux the included wheel.