-
Notifications
You must be signed in to change notification settings - Fork 247
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 #679
Commits on Sep 8, 2023
-
¨Jeff committed
Sep 8, 2023 Configuration menu - View commit details
-
Copy full SHA for bb39f36 - Browse repository at this point
Copy the full SHA bb39f36View 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 committedSep 8, 2023 Configuration menu - View commit details
-
Copy full SHA for bde97bf - Browse repository at this point
Copy the full SHA bde97bfView commit details -
Update ec/src/hashing/curve_maps/wb.rs
Co-authored-by: Pratyush Mishra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f966d6 - Browse repository at this point
Copy the full SHA 2f966d6View 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 682feca - Browse repository at this point
Copy the full SHA 682fecaView 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 784f3ef - Browse repository at this point
Copy the full SHA 784f3efView 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 472bd01 - Browse repository at this point
Copy the full SHA 472bd01View commit details -
¨Jeff committed
Sep 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 201940b - Browse repository at this point
Copy the full SHA 201940bView commit details -
¨Jeff committed
Sep 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 69812fb - Browse repository at this point
Copy the full SHA 69812fbView 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 0afbdfc - Browse repository at this point
Copy the full SHA 0afbdfcView commit details
Commits on Sep 11, 2023
-
¨Jeff committed
Sep 11, 2023 Configuration menu - View commit details
-
Copy full SHA for ee43eea - Browse repository at this point
Copy the full SHA ee43eeaView commit details