Independently verify EVE Proof governed-AI decision certificates (Ed25519 over RFC 8785 JCS).
Project description
eve-verify (Python)
Independently verify EVE Proof governed-AI decision certificates — Ed25519 (RFC 8032) signatures over RFC 8785 (JCS) canonical JSON. Fully offline.
pip install eve-verify
import json
from eve_verify import verify_certificate
cert = json.load(open("sample-certificate.json"))
print(verify_certificate(cert)) # True
CLI:
eve-verify sample-certificate.json
# -> ✓ OK signature valid (certificate_id=gdc_8f31a0c4e9b7)
Full documentation, the verification specification, and samples live in the repository root: https://github.com/eve-neurosystems/eve-verify. See also https://eveproof.com and https://eveaicore.com/docs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eve_verify-1.0.0.tar.gz.
File metadata
- Download URL: eve_verify-1.0.0.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58085e6897f2740a6dc681bb8510771c1e9e169d046016b5790cba668a43251e
|
|
| MD5 |
a5791271971e8295af48787dacab7c6b
|
|
| BLAKE2b-256 |
7ba6bb2ffd04307f5079bc3fe00393ae42a9ab7899e70646d687e4e457d800eb
|
File details
Details for the file eve_verify-1.0.0-py3-none-any.whl.
File metadata
- Download URL: eve_verify-1.0.0-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6533e588ed8a9a1da0be5d07bdc09b48cd0a7c9e794e0b90c17e15cb91f0bde
|
|
| MD5 |
aa4037e8a8c4b8e510d846c38e68a7d6
|
|
| BLAKE2b-256 |
20886ee60054fa487457ac240a626bca4b2c966361a42f57ef02b86bf9282178
|