Metadata-Version: 2.4
Name: navio_blsct
Version: 0.0.38
Summary: Python binding for the Navio blsct library
Project-URL: Homepage, https://github.com/nav-io/libblsct-bindings
Project-URL: Repository, https://github.com/nav-io/libblsct-bindings
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Navio BLS Confidential Transaction Library

Python bindings for the `libblsct` library used by the [Navio](https://nav.io/)
blockchain to construct confidential transactions based on the BLS12-381 curve.

## Requirements

- Python 3.12 or 3.13
- macOS (arm) or Linux

## Installation

```bash
pip install navio_blsct
```

## Documentation

Full API reference and usage examples are available in the
[documentation](https://nav-io.github.io/libblsct-bindings/python/)
