mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 13:09:24 +00:00
Remove must_use spam
This commit is contained in:
@@ -53,7 +53,6 @@ field!(
|
||||
|
||||
impl Scalar {
|
||||
/// Perform a wide reduction to obtain a non-biased Scalar.
|
||||
#[must_use]
|
||||
pub fn wide_reduce(bytes: [u8; 114]) -> Self {
|
||||
let wide = U1024::from_le_slice(&[bytes.as_ref(), &[0; 14]].concat());
|
||||
Self(Residue::new(&U448::from_le_slice(
|
||||
|
||||
Reference in New Issue
Block a user