-
Notifications
You must be signed in to change notification settings - Fork 11
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
[WIP] Move to core+alloc #189
base: main
Are you sure you want to change the base?
Commits on Sep 20, 2021
-
tink-proto: move to core+alloc
The "json" feature requires the base64 and serde dependencies to have their "alloc" feature enabled.
Configuration menu - View commit details
-
Copy full SHA for 17bb6be - Browse repository at this point
Copy the full SHA 17bb6beView commit details -
tink-core: move to core+alloc with std feature
Requires use of `rand::OsRng` (and with it the `getrandom` feature of the `rand` crate) rather than `rand::thread_rng()`.
Configuration menu - View commit details
-
Copy full SHA for 6613df9 - Browse repository at this point
Copy the full SHA 6613df9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c140938 - Browse repository at this point
Copy the full SHA c140938View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6b29d3 - Browse repository at this point
Copy the full SHA a6b29d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cef433 - Browse repository at this point
Copy the full SHA 6cef433View commit details -
Configuration menu - View commit details
-
Copy full SHA for 024b71c - Browse repository at this point
Copy the full SHA 024b71cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3571fd - Browse repository at this point
Copy the full SHA c3571fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2287fc7 - Browse repository at this point
Copy the full SHA 2287fc7View commit details -
tink-signature: move to core+alloc
This means that there are no details in errors, so remove the test for specific error text.
Configuration menu - View commit details
-
Copy full SHA for 528da2e - Browse repository at this point
Copy the full SHA 528da2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a659054 - Browse repository at this point
Copy the full SHA a659054View commit details -
Configuration menu - View commit details
-
Copy full SHA for 883a7a9 - Browse repository at this point
Copy the full SHA 883a7a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7424ff7 - Browse repository at this point
Copy the full SHA 7424ff7View commit details -
tink-tests: update deps for std usage
Move to use the same features of dependencies as the crates under test. This requires a shift from rand::thread_rng() to rand::rngs::OsRng. This crate still uses `std` though.
Configuration menu - View commit details
-
Copy full SHA for 044dc26 - Browse repository at this point
Copy the full SHA 044dc26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80c826a - Browse repository at this point
Copy the full SHA 80c826aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e05b038 - Browse repository at this point
Copy the full SHA e05b038View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd1518d - Browse repository at this point
Copy the full SHA dd1518dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9010159 - Browse repository at this point
Copy the full SHA 9010159View commit details -
temp: use forked ed25519-dalek, bump rand
This commit cannot be included in a release, because it makes the codebase rely on an unreleased crate.
Configuration menu - View commit details
-
Copy full SHA for 66e302b - Browse repository at this point
Copy the full SHA 66e302bView commit details