Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
const_fn is stable since Rust 1.31 (rust-lang/rust#54835) and enables calling `Scalar::from_bits(..)` from other const fn contexts, potentially saving some overhead here and there. Especially useful in contexts where constants are being built from a bit pattern.
- Loading branch information