Metadata-Version: 2.5
Name: longfellow-vectors
Version: 0.0.1
Summary: Test vectors for Longfellow zero-knowledge proof implementations: keys, credentials, presentations, circuits, certificates, and proofs with citable provenance.
Project-URL: Homepage, https://github.com/pipe23-org/longfellow-vectors
Project-URL: Documentation, https://longfellow-vectors.readthedocs.io/en/stable/
Project-URL: Repository, https://github.com/pipe23-org/longfellow-vectors
Project-URL: Issues, https://github.com/pipe23-org/longfellow-vectors/issues
Author-email: Nathan Schepers <nathan.schepers@protonmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: cbor2>=6.1.4
Requires-Dist: jsonschema[format]>=4.26.0
Requires-Dist: referencing>=0.31
Description-Content-Type: text/markdown

# longfellow-vectors

Python wrapper for the longfellow-vectors collection: test vectors for
Longfellow zero-knowledge proof implementations, with citable provenance. The
vector types are keys, credentials, presentations, circuits, certificates, and
proofs. The wheel embeds a build-time snapshot of the collection; typed loaders
expose the vectors.

It is experimental and unstable.

```
pip install longfellow-vectors
```

The collection itself, its schema, and full documentation live in the
repository: https://github.com/pipe23-org/longfellow-vectors

## License

Apache-2.0.
