Metadata-Version: 2.4
Name: fast_ascon
Version: 0.2.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: repository, https://github.com/thealtofwar/fast_ascon

# fast_ascon
A faster implementation of Ascon, using RustCrypto's Ascon crates
## Usage

```py
import fast_ascon
fast_ascon.hash(b"", variant = "Ascon-Hasha") # b'\xae\xcd\x02 ...
```
