mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Further rename fixups in benchmark test names
This commit is contained in:
parent
45cc82d258
commit
f80754a954
1 changed files with 4 additions and 4 deletions
|
|
@ -1455,7 +1455,7 @@ mod bench {
|
|||
}
|
||||
|
||||
#[bench]
|
||||
fn add_extended_and_cached_output_completed(b: &mut Bencher) {
|
||||
fn add_extended_and_projective_niels_output_completed(b: &mut Bencher) {
|
||||
let p1 = constants::ED25519_BASEPOINT;
|
||||
let p2 = constants::ED25519_BASEPOINT.to_projective_niels();
|
||||
|
||||
|
|
@ -1463,7 +1463,7 @@ mod bench {
|
|||
}
|
||||
|
||||
#[bench]
|
||||
fn add_extended_and_cached_output_extended(b: &mut Bencher) {
|
||||
fn add_extended_and_projective_niels_output_extended(b: &mut Bencher) {
|
||||
let p1 = constants::ED25519_BASEPOINT;
|
||||
let p2 = constants::ED25519_BASEPOINT.to_projective_niels();
|
||||
|
||||
|
|
@ -1471,7 +1471,7 @@ mod bench {
|
|||
}
|
||||
|
||||
#[bench]
|
||||
fn add_extended_and_precomputed_output_completed(b: &mut Bencher) {
|
||||
fn add_extended_and_affine_niels_output_completed(b: &mut Bencher) {
|
||||
let p1 = constants::ED25519_BASEPOINT;
|
||||
let p2 = constants::ED25519_BASEPOINT.to_affine_niels();
|
||||
|
||||
|
|
@ -1479,7 +1479,7 @@ mod bench {
|
|||
}
|
||||
|
||||
#[bench]
|
||||
fn add_extended_and_precomputed_output_extended(b: &mut Bencher) {
|
||||
fn add_extended_and_affine_niels_output_extended(b: &mut Bencher) {
|
||||
let p1 = constants::ED25519_BASEPOINT;
|
||||
let p2 = constants::ED25519_BASEPOINT.to_affine_niels();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue