Skip to content

Commit

Permalink
cargo check
Browse files Browse the repository at this point in the history
  • Loading branch information
jotabulacios committed Jan 8, 2025
1 parent fa86070 commit 86f1a72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion math/src/field/fields/fft_friendly/quartic_babybear_u32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ impl ByteConversion for [FieldElement<Babybear31PrimeField>; 4] {
Ok([x0, x1, x2, x3])
}
}

#[cfg(feature = "lambdaworks-serde-binary")]
#[cfg(feature = "alloc")]
impl ByteConversion for FieldElement<Degree4BabyBearU32ExtensionField> {
#[cfg(feature = "alloc")]
fn to_bytes_be(&self) -> alloc::vec::Vec<u8> {
Expand Down

0 comments on commit 86f1a72

Please sign in to comment.