mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 18:37:26 +08:00
10 lines
163 B
Markdown
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
|
|
```
|