The Stark Crypto Wrapper is a powerful library that provides a convenient interface for working with cryptographic operations in your applications. It abstracts away the complexities of low-level cryptographic algorithms and provides a simple and intuitive API for developers.
- Hashing: Generate secure hash values for data integrity verification.
- Digital Signatures: Sign and verify data using digital signatures for authentication and integrity.
TODO
poetry install-- install dependenciesmaturin develop-- build and install the package in your current environmentpytest-- run tests