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

Added EdDSA with curve25519 support #103

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

Conversation

Mischala
Copy link

Was looking for a Rust Jose library to compare with another project I am working on.
Found biscuit, saw no support for EdDSA, saw Ring supported it, so I thought I would try ad it.

please let me know if I'm missing anything!

Copy link
Owner

@lawliet89 lawliet89 left a comment

Choose a reason for hiding this comment

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

Thanks for your PR.

A couple of changes would make it work:

  • Bump this line in .travis.yml to 1.31 since some of the dependent crates now require Rust 2018
  • Please add some tests to try encoding/decoding JWT signed with ED25519

@lawliet89 lawliet89 self-assigned this Feb 18, 2019
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

2 participants