mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2025-01-04 21:05:19 +00:00
5 lines
258 B
Plaintext
5 lines
258 B
Plaintext
|
namespace vdf {
|
||
|
sequence<u8> wesolowski_solve(u16 int_size_bits, [ByRef] sequence<u8> challenge, u32 difficulty);
|
||
|
boolean wesolowski_verify(u16 int_size_bits, [ByRef] sequence<u8> challenge, u32 difficulty, [ByRef] sequence<u8> alleged_solution);
|
||
|
};
|