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

chore: fix comment format in the bls12-381 packages (PROOF-784) #89

Merged
merged 3 commits into from
Jan 22, 2024

Conversation

jacobtrombetta
Copy link
Collaborator

Rationale for this change

The comment format in the bls12-381 packages should match the comment format in the curve25519 packages.

What changes are included in this PR?

  • Update the comment format in the curve_g1 and field12 packages.
  • Correct the forward declare for the cg1t namespace in both the cpu_backend.h and gpu_backend.h files.

Are these changes tested?

Yes

@jacobtrombetta jacobtrombetta self-assigned this Jan 19, 2024
@jacobtrombetta jacobtrombetta requested a review from rnburn January 22, 2024 14:55
@@ -36,7 +36,7 @@ struct element_p3;

namespace sxt::cg1t {
class compressed_element;
struct element_p3;
struct element_p2;
Copy link
Collaborator

Choose a reason for hiding this comment

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

You should be able to drop these forward declarations since they should be defined in the included backend.h header

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good call, I removed all the forward declarations in cpu_ backend.h and gpu_backend.h.

@jacobtrombetta jacobtrombetta force-pushed the chore/fix-comment-format-PROOF-784 branch from 009a044 to 24b2ae1 Compare January 22, 2024 19:29
@jacobtrombetta jacobtrombetta merged commit 8af7241 into main Jan 22, 2024
9 checks passed
@jacobtrombetta jacobtrombetta deleted the chore/fix-comment-format-PROOF-784 branch January 22, 2024 19:59
@SxT-Release
Copy link

🎉 This PR is included in version 1.29.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

3 participants