-
Notifications
You must be signed in to change notification settings - Fork 30
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
update ed25519-dalek and rand #136
Conversation
a160593
to
29ffb22
Compare
the commit where i regenerate samples is broken since apparently token verification times out on my machine :-( |
29ffb22
to
1c976b9
Compare
updated to RC.2, everything good so far. Now we just need to wait for the release dalek-cryptography/ed25519-dalek#245 |
Co-authored-by: pinkforest(she/her) <[email protected]>
(imo this could be squash-merged, the intermediate steps are not useful in this context) |
after merging the latest changes from main that use static external keys in samples, I can now confirm that it is compatible both ways: main can validate tokens from this branch, and this branch validates tokens from main 🥳 |
This PR contains breaking changes due to the
rand
update and will require being released in a major version update