Closed burdges closed 11 months ago
We move getrandom_or_panic out of the repository to https://github.com/burdges/getrandom_or_panic so that it can be used from ring-proof. Appears fflonk only uses test_rng in tests.
I believe this works since it passes schnorrkel CI now https://github.com/w3f/schnorrkel/pull/98 but it obviously makes it easier to have versions diverge.
Anyone know if [workspace.features] exists? It's simplify this..
[workspace.features]
It's working and looks fine, so I'll merge. We'll hopefully have everything on crates.io soon
We move getrandom_or_panic out of the repository to https://github.com/burdges/getrandom_or_panic so that it can be used from ring-proof. Appears fflonk only uses test_rng in tests.
I believe this works since it passes schnorrkel CI now https://github.com/w3f/schnorrkel/pull/98 but it obviously makes it easier to have versions diverge.