Closed
Description
Motivation:
- We can get rid of
lazy_static!
in favor ofstd::sync::LazyLock
- We can use
{integer}::div_ceil
frost/frost-core/src/scalar_mul.rs
Line 28 in ca33dad
- Crates from RustCrypto already have pre-releases that require Rust 1.73+ or even Rust 1.81+ in some cases. For example: https://github.com/RustCrypto/elliptic-curves/blob/master/k256/Cargo.toml
- Starting with 1.81 we can use
core::error::Error
and remove thethiserror-nostd-notrait
dependency in favor ofthiserror
: Allow disabling std dependency on 1.81+ dtolnay/thiserror#373
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done