-
Notifications
You must be signed in to change notification settings - Fork 67
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
Expose PRNG functions #1023
Merged
leighmcculloch
merged 17 commits into
stellar:main
from
masonforest:add-crypto-functions
Sep 16, 2023
Merged
Expose PRNG functions #1023
leighmcculloch
merged 17 commits into
stellar:main
from
masonforest:add-crypto-functions
Sep 16, 2023
Commits on Sep 9, 2023
-
Other Changes: * Add tests for `sha256` and `verify_sig_ed25519`
Configuration menu - View commit details
-
Copy full SHA for 9a01636 - Browse repository at this point
Copy the full SHA 9a01636View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c4ef3a - Browse repository at this point
Copy the full SHA 4c4ef3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79cb165 - Browse repository at this point
Copy the full SHA 79cb165View commit details -
Move
PRNG
functions to a newPrng
moduleThese functions do not provide cryptographically strong randomness of the sort cryptographic applications need. Therefore they should not be in the crypto module.
Configuration menu - View commit details
-
Copy full SHA for 2121193 - Browse repository at this point
Copy the full SHA 2121193View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9db1d3 - Browse repository at this point
Copy the full SHA a9db1d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7decaf5 - Browse repository at this point
Copy the full SHA 7decaf5View commit details -
Remove unnecessary calls to
check_same_env
This seems outside of the scope fo this PR.
Configuration menu - View commit details
-
Copy full SHA for 9263899 - Browse repository at this point
Copy the full SHA 9263899View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b2dd68 - Browse repository at this point
Copy the full SHA 6b2dd68View commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7716e41 - Browse repository at this point
Copy the full SHA 7716e41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54cfef9 - Browse repository at this point
Copy the full SHA 54cfef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9ecb01 - Browse repository at this point
Copy the full SHA a9ecb01View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce13906 - Browse repository at this point
Copy the full SHA ce13906View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e73f5d - Browse repository at this point
Copy the full SHA 2e73f5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33b523b - Browse repository at this point
Copy the full SHA 33b523bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b8f72f - Browse repository at this point
Copy the full SHA 8b8f72fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30625f0 - Browse repository at this point
Copy the full SHA 30625f0View commit details
Commits on Sep 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5f47716 - Browse repository at this point
Copy the full SHA 5f47716View 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.