Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Orion PCS Integration #153

Open
wants to merge 71 commits into
base: dev
Choose a base branch
from
Open

Feature: Orion PCS Integration #153

wants to merge 71 commits into from

Conversation

tonyfloatersu
Copy link
Contributor

@tonyfloatersu tonyfloatersu commented Nov 21, 2024

  • Orion (base field / simd field) impls
  • Orion MPI functionality (proof aggregating from different parties)
  • MPI environment spin up for a real e2e testing
  • integrating PCS into GKR configs

@tonyfloatersu tonyfloatersu marked this pull request as ready for review December 22, 2024 02:42
{
assert_eq!(simd_vec.len() * PackF::PACK_SIZE, Self::PACK_SIZE);
let mut temp: Vec<_> = simd_vec.to_vec();
temp.reverse();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this for gf2x128 and gf2x64 only? reverse here is a little confusing.


fn codeword_len(&self) -> usize;

fn hamming_weight(&self) -> f64;
Copy link
Contributor

@zhiyong1997 zhiyong1997 Jan 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the context, I think this refers to the relative distance or minimal relative hamming weight/distance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants