-
Notifications
You must be signed in to change notification settings - Fork 249
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
Pseduo-remove MapToCurve::new, renamed to check_parameters #627
Commits on Mar 20, 2023
-
¨Jeff committed
Mar 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 5c710c5 - Browse repository at this point
Copy the full SHA 5c710c5View commit details -
Pseduo-remove MapToCurve::new, renamed to test_parameters
MapToCurve::new seemingly originates from a more runtime oriented elliptic curve crate: https://github.com/armfazh/redox-ecc/blob/master/src/ellipticcurve.rs#L36 Arguably test_parameters should be inherent methods, invoked by whoever defined the parameters, but maybe not? I left the trait method for now.
¨Jeff committedMar 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 91891aa - Browse repository at this point
Copy the full SHA 91891aaView commit details
Commits on Mar 21, 2023
-
Update ec/src/hashing/curve_maps/wb.rs
Co-authored-by: Pratyush Mishra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c31c53 - Browse repository at this point
Copy the full SHA 8c31c53View commit details -
Update ec/src/hashing/curve_maps/swu.rs
Co-authored-by: Pratyush Mishra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebe0a41 - Browse repository at this point
Copy the full SHA ebe0a41View commit details -
Update ec/src/hashing/map_to_curve_hasher.rs
Co-authored-by: Pratyush Mishra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for caf56c0 - Browse repository at this point
Copy the full SHA caf56c0View commit details -
Update ec/src/hashing/curve_maps/swu.rs
Co-authored-by: Pratyush Mishra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40cdde9 - Browse repository at this point
Copy the full SHA 40cdde9View commit details -
¨Jeff committed
Mar 21, 2023 Configuration menu - View commit details
-
Copy full SHA for a05eb81 - Browse repository at this point
Copy the full SHA a05eb81View commit details -
¨Jeff committed
Mar 21, 2023 Configuration menu - View commit details
-
Copy full SHA for ae014ae - Browse repository at this point
Copy the full SHA ae014aeView commit details -
¨Jeff committed
Mar 21, 2023 Configuration menu - View commit details
-
Copy full SHA for f01abb9 - Browse repository at this point
Copy the full SHA f01abb9View commit details -
rustfmt is wrong on this one but whatever
rustfmt is wrong that f()? should be preferred over f() ?, as errors paths should often be highlighted, but nobody merged that fix yet, so whatever. rust-lang/rustfmt#5595
Configuration menu - View commit details
-
Copy full SHA for e828f28 - Browse repository at this point
Copy the full SHA e828f28View commit details
Commits on Apr 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d0083e6 - Browse repository at this point
Copy the full SHA d0083e6View commit details