aleo-setup
aleo-setup copied to clipboard
A Setup Ceremony for Universal SNARKs
https://github.com/AleoHQ/aleo-setup/blob/804ee2a387f19b87d22719e232276a9c4c0fc017/phase1-wasm/src/utils.rs#L12 Line 12, the data is outdated. A big update has been released. Here is a new link: https://docs.rs/anyhow/1.0.81/anyhow/struct.Error.html#display-representations In the new version, the information is more complete and clear...
Hi, I'm trying to read the curve points from the contribution files and use them for Plonk setup. But after digging through this repo, I got really dizzy trying to...
Bumps [h2](https://github.com/hyperium/h2) from 0.3.7 to 0.3.17. Release notes Sourced from h2's releases. v0.3.17 What's Changed Add Error::is_library() method to check if the originated inside h2. Add max_pending_accept_reset_streams(usize) option to client...
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.38 to 0.10.48. Release notes Sourced from openssl's releases. openssl v0.10.48 What's Changed Fix LibreSSL version checking in openssl/ by @alex in sfackler/rust-openssl#1851 Skip a test that...
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.8.0 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.3 to 1.1.4. Commits 4a54e57 Bump version to 1.1.4 ebf8b45 Merge pull request #34 from ibraheemdev/patch-1 3d69afa Fix memory ordering in RawIter::next See full diff in compare...
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5. Changelog Sourced from regex's changelog. 1.5.5 (2022-03-08) This releases fixes a security bug in the regex compiler. This bug permits a vector for a...
Bumps [rust-embed](https://github.com/pyros2097/rust-embed) from 6.2.0 to 6.4.0. Changelog Sourced from rust-embed's changelog. [6.4.0] - 2022-04-15 Order files by filename #171. Thanks to apognu [6.3.0] - 2021-11-28 Fixed a security issue in...
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.5 to 0.8.8. Release notes Sourced from crossbeam-utils's releases. crossbeam-utils 0.8.8 Fix a bug when unstable loom support is enabled. (#787) crossbeam-utils 0.8.7 Add AtomicCell<{i*,u*}>::{fetch_max,fetch_min}. (#785) Add...
Currently the heartbeat could stall if the contributions are taking a long time, or waiting a long time for an item in the queue to make the next contribution. Kind...