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

Post-Quantum Algorithms Support Draft #1920

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Muzosh
Copy link

@Muzosh Muzosh commented Jun 27, 2023

Intro

Hello, for my project I needed to use post-quantum algorithms in PHP, so I thought I might create a fork of this library since I used it in the past.

What is this?

You can consider it as the first draft for post-quantum support. The current version with initial changes works fine with Dilithium5 while other algorithms should not be hard to add.

Dependencies?

It also requires a PQ-capable engine, either my new libOQS PHP extension or OQS-OpenSSL (a PQ version of OpenSSL by OpenQuantumSafe). I have some notes on how to install the OQS-OpenSSL properly.

What's next?

It's in my interest to finish this draft into full-fledged pull request, but I do have other items on the agenda for the future months. So either we can leave this as-is, let people experiment if they want, or somebody from the maintainers can take this and finish it earlier than me (considering they know the internal project structure better than me).

@Muzosh Muzosh changed the title Post-Quantum Algorithm Support Draft Post-Quantum Algorithms Support Draft Jun 27, 2023
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

1 participant