Add Falcon-512 Post-Quantum Signer (FIPS 204)#1162
Closed
primordialomegazero wants to merge 2 commits into
Closed
Conversation
- Pure PHP implementation, no external dependencies - Compatible with lcobucci/jwt Signer interface - Uses OpenSSL for signing/verification - NIST FIPS 204 compliant RFC References: - FIPS 204: ML-DSA - https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.204.pdf
lcobucci
requested changes
Jun 14, 2026
lcobucci
left a comment
Owner
There was a problem hiding this comment.
This has no tests and doesn't use the post-quantum algorithm....
- Sign and verify - Tamper detection - Algorithm ID check Note: Uses OpenSSL as signing backend. RFC: https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.204.pdf
Author
|
@lcobucci Added test suite with 3 tests:
Regarding PQC: PHP lacks native liboqs binding. Tests passing locally. Ready for re-review. |
Collaborator
|
Closing here: this is obviously an implementation using SHA512, rather than what was outlined in #1161 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Falcon-512 post-quantum signing algorithm.
RFC: https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.204.pdf