Skip to content

Release: crypt_guard V0.1

Latest

Choose a tag to compare

@mm9942 mm9942 released this 26 Jun 15:15
· 2 commits to main since this release
835fa0d

V0.1.0 CryptGuard Python

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.