Skip to content

Commit 03dbb8b

Browse files
committed
updated readme
1 parent 4ee45b9 commit 03dbb8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# jam-vrf
1+
## jam-vrf
22

3-
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:
44

55
- verifying an IETF signature
66
- generating a ring commitment
77
- verifying a ring signature
88
- calculating the hash of a vrf output point
99

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

Comments
 (0)