You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lightweight python bindings over the [ark-vrf](https://crates.io/crates/ark-vrf) crate for verifying JAM vrf signatures.. This library uses the bandersnatch curve & ring parameters specified in the [Graypaper](https://graypaper.com/). The following capabilities are supported:
3
+
Lightweight python bindings over the [ark-vrf](https://crates.io/crates/ark-vrf) crate for verifying [VRF](https://github.com/davxy/bandersnatch-vrf-spec) signatures. This library uses the bandersnatch curve & ring parameters specified in the [Graypaper](https://graypaper.com/). The following capabilities are supported:
4
4
5
5
- verifying an IETF signature
6
6
- generating a ring commitment
7
7
- verifying a ring signature
8
8
- calculating the hash of a vrf output point
9
9
10
-
For a complete API reference, please visit our [docs site](https://zero-trust-collective.github.io/jam-vrf/jam_vrf.html). For live examples, see our [python tests](./python/tests/)
10
+
For a complete API reference, please visit our [docs site](https://zero-trust-collective.github.io/jam-vrf/jam_vrf.html). For live examples, see our [python tests](./python/tests/).
0 commit comments