Skip to content

Commit

Permalink
ec: use unencoded elements for point mul base tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vkrasnov committed Jan 12, 2024
1 parent 89f756d commit 45a757b
Show file tree
Hide file tree
Showing 3 changed files with 767 additions and 767 deletions.
2 changes: 1 addition & 1 deletion src/ec/suite_b/ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ mod tests {
test::run(test_file, |section, test_case| {
assert_eq!(section, "");
let g_scalar = consume_scalar(ops.common, test_case, "g_scalar");
let expected_result: TestPoint<R> = consume_point(ops, test_case, "r");
let expected_result: TestPoint<Unencoded> = consume_point(ops, test_case, "r");
let actual_result = f(&g_scalar);
assert_point_actual_equals_expected(ops, &actual_result, &expected_result);
Ok(())
Expand Down
Loading

0 comments on commit 45a757b

Please sign in to comment.