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(math): implement binary field initially #416

Merged
merged 10 commits into from
Jun 4, 2024

Conversation

chokobole
Copy link
Contributor

Description

This PR implements BinaryField for binius.

See https://gitlab.com/IrreducibleOSS/binius

@chokobole chokobole force-pushed the feat/implement-binary-field-initially branch from 34f7b89 to 4f9f771 Compare May 16, 2024 04:56
Copy link
Contributor

@TomTaehoonKim TomTaehoonKim left a comment

Choose a reason for hiding this comment

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

LGTM

@chokobole chokobole marked this pull request as draft May 16, 2024 11:21
@chokobole chokobole force-pushed the feat/implement-binary-field-initially branch 2 times, most recently from 4c63976 to 285cb26 Compare May 28, 2024 06:12
@chokobole chokobole marked this pull request as ready for review May 28, 2024 06:13
@chokobole chokobole force-pushed the feat/implement-binary-field-initially branch from 285cb26 to 24dd738 Compare May 29, 2024 13:27
Copy link
Contributor

@dongchangYoo dongchangYoo left a comment

Choose a reason for hiding this comment

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

LGTM

tachyon/math/base/big_int.h Outdated Show resolved Hide resolved
tachyon/math/base/big_int.h Outdated Show resolved Hide resolved
@chokobole chokobole force-pushed the feat/implement-binary-field-initially branch from 24dd738 to 6a1026c Compare May 30, 2024 07:44
Copy link
Contributor

@Insun35 Insun35 left a comment

Choose a reason for hiding this comment

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

LGTM

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 change the following commit messages!
e1f8e85
feat(math): implement BinaryField initially up to 8 bits
Also change for a4e9f33
390c5f5
Remove the "the"
feat(base): add (u)int128 cases to base::Range

tachyon/math/finite_fields/binary_tower_operations.h Outdated Show resolved Hide resolved
tachyon/math/finite_fields/binary_tower_operations.h Outdated Show resolved Hide resolved
tachyon/math/base/big_int.h Outdated Show resolved Hide resolved
tachyon/math/finite_fields/generator/generator_util.cc Outdated Show resolved Hide resolved
tachyon/math/finite_fields/binary_prime_field.h Outdated Show resolved Hide resolved
@chokobole chokobole force-pushed the feat/implement-binary-field-initially branch from 6a1026c to 332a181 Compare May 31, 2024 12:40
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.

Could you change the commit titles' BinaryFields' to BinaryField?

@chokobole chokobole force-pushed the feat/implement-binary-field-initially branch 3 times, most recently from 3c4f54d to cc07942 Compare June 3, 2024 05:30
docs/how_to_contribute/math/how_to_add_prime_fields.md Outdated Show resolved Hide resolved
tachyon/math/finite_fields/binary_field.h Outdated Show resolved Hide resolved
@chokobole chokobole force-pushed the feat/implement-binary-field-initially branch from cc07942 to 96ace9c Compare June 3, 2024 08:30
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.

Will need to check again with std::optional Inverse changes. Else, LGTM!

@chokobole chokobole force-pushed the feat/implement-binary-field-initially branch 2 times, most recently from e13d814 to 682558a Compare June 4, 2024 08:19
Copy link
Contributor

@TomTaehoonKim TomTaehoonKim left a comment

Choose a reason for hiding this comment

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

LGTM

@chokobole chokobole force-pushed the feat/implement-binary-field-initially branch from 682558a to cbbe8ea Compare June 4, 2024 12:13
@chokobole chokobole merged commit 4838e85 into main Jun 4, 2024
3 checks passed
@chokobole chokobole deleted the feat/implement-binary-field-initially branch June 4, 2024 12:50
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

5 participants