ceremonyclient/vdf/README.md
Cassandra Heart d0427e4973
v1.4.19-p1
2024-06-14 20:53:30 -05:00

10 lines
163 B
Markdown

# VDF
Wrapper for the Rust implementation of the VDF (Verifiable Delay Function) in [crates/vdf](../crates/vdf).
## Generate Go bindings
```sh
go generate
```