Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Remove {u256, u512}_from_slice
I don't think we need these methods any more. A caller with an arbitrarily-sized slice can use Value::power_of_two. A caller with a precisely-sized slice can use the safer Value::{u256, u512}. We can remove this commit from the PR if it turns out that we need {u256, u512}_from_slice for some reason.
- Loading branch information