Metadata-Version: 2.4
Name: meshtensor-drand
Version: 1.2.0
Summary: Meshtensor drand randomness beacon client (shim package wrapping bittensor-drand)
Author: meshtensor.io
License: MIT
Project-URL: Homepage, https://github.com/borgg-dev/meshtensor-sdk
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: bittensor-drand<2.0.0,>=1.2.0

# meshtensor-drand

Meshtensor drand randomness beacon client for commit-reveal weight submissions.

This is a shim package that wraps `bittensor-drand` and re-exports it under the
`meshtensor_drand` namespace for compatibility with the Meshtensor SDK and CLI.

## Usage

```python
from meshtensor_drand import get_encrypted_commitment, encrypt_mlkem768
```
