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

Add support for Falcon: post-quantum safe asymmetric cryptography #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jasny
Copy link
Member

@jasny jasny commented Mar 10, 2025

This pull request introduces Falcon cryptographic support, updates to dependencies, and various improvements to the README.md documentation. The most significant changes are outlined below:

New Feature:

  • Added Falcon cryptographic support:
    • Implemented the Falcon class with methods for key pair generation, signing, and verification. (src/main/java/com/ltonetwork/seasalt/sign/Falcon.java)
    • Added tests for the Falcon class to ensure correct functionality. (src/test/java/sign/FalconTest.java)

Documentation:

  • Updated README.md to include Falcon in the list of supported algorithms and provided example usage for Falcon. [1] [2]
  • Corrected minor typos and formatting issues in README.md. [1] [2] [3]

Dependency Updates:

  • Updated project version to 0.0.11 in pom.xml.
  • Updated Bouncy Castle dependency to version 1.80 and switched to bcprov-jdk18on.

@jasny
Copy link
Member Author

jasny commented Mar 10, 2025

There might be issues with the way bouncy castle encodes the signature. It's important that this is solved. See bcgit/bc-java#2015

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.

1 participant