-
Notifications
You must be signed in to change notification settings - Fork 965
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
feat(identity): make rand optional #4349
Merged
Merged
Commits on Aug 19, 2023
-
feat(identity)!: make rand optional
Some restricted environments lack proper random source, and `getrandom` crate fails to compile. However, random sources is needed only for random key generation which is not always required. This change introduces `rand` feature flag that is gate to all the functionality that requires `rand` crate.
Configuration menu - View commit details
-
Copy full SHA for 9f69eab - Browse repository at this point
Copy the full SHA 9f69eabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79b3bdd - Browse repository at this point
Copy the full SHA 79b3bddView commit details
Commits on Sep 26, 2023
-
Make ed25519-dalek's rand_core feature optional
It has to be enabled by rand feature only.
Configuration menu - View commit details
-
Copy full SHA for 4143eaf - Browse repository at this point
Copy the full SHA 4143eafView commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6c03b8c - Browse repository at this point
Copy the full SHA 6c03b8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11de754 - Browse repository at this point
Copy the full SHA 11de754View commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 866cc1a - Browse repository at this point
Copy the full SHA 866cc1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fe25c7 - Browse repository at this point
Copy the full SHA 2fe25c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea1a136 - Browse repository at this point
Copy the full SHA ea1a136View commit details
Commits on Oct 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for afde3f8 - Browse repository at this point
Copy the full SHA afde3f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 554e097 - Browse repository at this point
Copy the full SHA 554e097View commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4fe58a1 - Browse repository at this point
Copy the full SHA 4fe58a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 719a6e0 - Browse repository at this point
Copy the full SHA 719a6e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d9881d - Browse repository at this point
Copy the full SHA 8d9881dView commit details
Commits on Oct 6, 2023
-
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
Configuration menu - View commit details
-
Copy full SHA for 4e9419c - Browse repository at this point
Copy the full SHA 4e9419cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbd4438 - Browse repository at this point
Copy the full SHA fbd4438View commit details -
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
Configuration menu - View commit details
-
Copy full SHA for d68fe13 - Browse repository at this point
Copy the full SHA d68fe13View commit details
Commits on Oct 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0c69bc6 - Browse repository at this point
Copy the full SHA 0c69bc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d158a1 - Browse repository at this point
Copy the full SHA 2d158a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fedbb60 - Browse repository at this point
Copy the full SHA fedbb60View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2a9707 - Browse repository at this point
Copy the full SHA f2a9707View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d9bcbb7 - Browse repository at this point
Copy the full SHA d9bcbb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcd5f06 - Browse repository at this point
Copy the full SHA bcd5f06View commit details -
Configuration menu - View commit details
-
Copy full SHA for c907711 - Browse repository at this point
Copy the full SHA c907711View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50ec01c - Browse repository at this point
Copy the full SHA 50ec01cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe1b8b7 - Browse repository at this point
Copy the full SHA fe1b8b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c3fd0e - Browse repository at this point
Copy the full SHA 9c3fd0eView commit details
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7fbd4f1 - Browse repository at this point
Copy the full SHA 7fbd4f1View commit details
Commits on Oct 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ee4f2f5 - Browse repository at this point
Copy the full SHA ee4f2f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a43faf - Browse repository at this point
Copy the full SHA 7a43fafView commit details
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5d54f70 - Browse repository at this point
Copy the full SHA 5d54f70View commit details
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3e824d9 - Browse repository at this point
Copy the full SHA 3e824d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9bbdb8 - Browse repository at this point
Copy the full SHA d9bbdb8View commit details
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62f1bfd - Browse repository at this point
Copy the full SHA 62f1bfdView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.