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

feat: add extension field merkle tree mmcs #444

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

chokobole
Copy link
Contributor

Description

This PR implements ExtensionMMCS.

@chokobole chokobole force-pushed the feat/add-extension-field-merkle-tree-mmcs branch 2 times, most recently from 5fafb54 to ea411a0 Compare June 26, 2024 05:09
@chokobole chokobole force-pushed the feat/add-extension-field-merkle-tree-mmcs branch from ea411a0 to 88e1913 Compare June 26, 2024 05:09
@chokobole chokobole force-pushed the feat/add-extension-field-merkle-tree-mmcs branch from 88e1913 to 5aef0be Compare June 26, 2024 05:16
@chokobole chokobole marked this pull request as ready for review June 26, 2024 05:17
Copy link
Contributor

@ashjeong ashjeong left a comment

Choose a reason for hiding this comment

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

Please rebase!
04709e4
Please fix commit message typo for “enable”!

c080280
Please change the commit message to “feat(math): allow matrix of any finite field to call Random()

@@ -12,13 +12,15 @@ namespace tachyon::math {

template <typename T>
struct FiniteFieldTraits {
static constexpr bool kIsFiniteField = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we have a case in which a field would not be a finite field?

Comment on lines +59 to +61
PackedPoseidon2 packed_sponge(packed_config);
MyPackedHasher packed_hasher(packed_sponge);
MyPackedCompressor packed_compressor(packed_sponge);
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you std::move packed_config and packed_sponge?

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.

None yet

2 participants