Skip to content

Commit

Permalink
minor - typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfloatersu committed Feb 24, 2025
1 parent 2e8cc2b commit 367aae6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion poly_commit/src/orion/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ where
ComPackF: SimdField<Scalar = F>,
{
pub interleaved_alphabet_commitment: tree::Tree,
pub _phantom: PhantomData<ComPackF>,

_phantom: PhantomData<ComPackF>,
}

unsafe impl<F: Field, ComPackF: SimdField<Scalar = F>> Send for OrionScratchPad<F, ComPackF> {}
Expand Down

0 comments on commit 367aae6

Please sign in to comment.