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

implement bandersnatch library with unit tests #1

Merged
merged 13 commits into from
Aug 23, 2024

Conversation

guozhengxuan
Copy link
Collaborator

  • implement bandersnatch library with two main class: Fr and Element.
  • Fr wraps the 256-bit scalar field operations, and Element contains data structure and operations of the 384-bit base field.
  • operations and serialization of Fr and Element are all passed in unit tests.

@JimmyShi22 JimmyShi22 changed the base branch from main to develop August 23, 2024 09:00
Comment on lines +1 to +3
//
// Created by Zhengxuan Guo on 2024/8/15.
//
Copy link
Member

Choose a reason for hiding this comment

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

add license to all cpp and h files

@JimmyShi22 JimmyShi22 merged commit 664b80f into FISCO-BCOS:develop Aug 23, 2024
4 checks passed
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