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

Use nix to run dilithium without installing and building #98

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

Conversation

longregen
Copy link

Hi there!

I wanted to share some example code I created while learning about Dilithium. I'm not a cryptography expert - I just wanted to try out the library and thought others might find these examples useful too.

What's included:

  • Simple command-line tools to generate keys, sign messages, and verify signatures
  • Base64 encoding of keys/signatures for easier handling
  • Nix flake setup that makes it easy to try out Dilithium (just run nix run github:pq-crystals/dilithium)

The Nix integration means anyone can quickly try it out without having to deal with compilation or dependencies. Please feel absolutely free to close this if it's not a good fit for this repository. Happy to adjust things based on feedback!

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