StackOverflowExcept1on

Results 56 issues of StackOverflowExcept1on

Resolves #807 @conradoplg We discussed this earlier. This will also allow to encrypt `Serialization` for the 2nd round of DKG (without allocation). I haven't added `+ Default` yet as that...

S-blocked

It might make sense to update `thiserror-nostd-notrait` to `2.0`. https://github.com/ZcashFoundation/frost/blob/4d3d8822f894890e11d51b5ae4aed55cd3e50394/frost-core/Cargo.toml#L28-L29

because `Copy: Clone` https://github.com/search?q=repo%3AZcashFoundation%2Ffrost%20%22Copy%20%2B%20Clone%22&type=code https://doc.rust-lang.org/std/marker/trait.Copy.html

Motivation: 1. We can get rid of `lazy_static!` in favor of [`std::sync::LazyLock`](https://doc.rust-lang.org/std/sync/struct.LazyLock.html) 2. We can use [`{integer}::div_ceil`](https://doc.rust-lang.org/std/primitive.u32.html#method.div_ceil) https://github.com/ZcashFoundation/frost/blob/ca33dad959e55bc66d5feac53a1275faae79377b/frost-core/src/scalar_mul.rs#L28 3. Crates from RustCrypto already have pre-releases that require Rust 1.73+ or...

There is fork that also has no_std support, fixed warnings, etc: https://github.com/mikelodder7/Ed448-Goldilocks

external-contribution

Resolves #59 Also: - update `capstone` to `next` - update `Zydis` to `master`

I'm trying to use this library in an environment where warnings are treated as errors and getting compilation problem. ``` $ cmake --version cmake version 3.31.6 CMake suite maintained and...

### Describe the bug > The [table.grow](https://webassembly.github.io/gc/core/bikeshed/#syntax-instr-table) instruction grows table by a given delta and returns the previous size, or −1 if enough space cannot be allocated. It also takes...

bug
📦 lib-compiler-singlepass

https://github.com/StackOverflowExcept1on/funchook/blob/908b05224361a5ad0fe346c8277adb3ddb232205/CMakeLists.txt#L129-L147 I'm using Zydis v4.1.1 and trying to build my project like this: ``` cmake -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON ... cmake --build . --config Release --target INSTALL ``` However, this results in `"Maybe...

A-build

https://soliditylang.org/blog/2024/05/21/solidity-0.8.26-release-announcement/ ![image](https://github.com/user-attachments/assets/e2879944-60cc-401d-b8ce-595f20a37824)