-
-
Notifications
You must be signed in to change notification settings - Fork 2
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 Ed25519 algorithm for signing #11
Comments
@pkosilo, I'd like to work on it myself too. |
amyramos
added a commit
to amyramos/gorm-crypto
that referenced
this issue
Jan 16, 2021
implements pkasila#11
amyramos
added a commit
to amyramos/gorm-crypto
that referenced
this issue
Jan 16, 2021
implements pkasila#11
amyramos
added a commit
to amyramos/gorm-crypto
that referenced
this issue
Jan 16, 2021
some tests for features in pkasila#8, pkasila#11
amyramos
added a commit
to amyramos/gorm-crypto
that referenced
this issue
Jan 16, 2021
updated tests for pkasila#8 and pkasila#11
amyramos
added a commit
to amyramos/gorm-crypto
that referenced
this issue
Jan 16, 2021
…d tests add and update tests for ECDSA and Ed25519 signing algorithms (pkasila#8 and pkasila#11)
amyramos
added a commit
to amyramos/gorm-crypto
that referenced
this issue
Jan 16, 2021
updated tests for pkasila#8 and pkasila#11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
We should add more algorithms for signing, so Ed25519 is a great choice for extension.
Describe the solution you'd like
We can simply add
Ed25519
structure interfacing withSignatureAlgorithm
interface implementing Ed25519 algorithm.The text was updated successfully, but these errors were encountered: