INNER CODE UNIT · Rust

from

pluto/ronkathon · src/algebra/field/extension/mod.rs:189

  fn from(val: usize) -> Self { Self::from(PrimeField::<P>::from(val)) }
}

impl<const N: usize, const P: usize> From<GaloisField<N, P>> for usize {
  fn from(value: GaloisField<N, P>) -> Self { value.coeffs[0].value }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…