Skip to content

Commit

Permalink
Add AVX2 backend for computing δ(aA + bB - C) in variable time
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Dec 12, 2022
1 parent e06c040 commit 8b6c6c1
Show file tree
Hide file tree
Showing 5 changed files with 1,270 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/backend/serial/u64/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7760,6 +7760,7 @@ pub(crate) const AFFINE_ODD_MULTIPLES_OF_BASEPOINT: NafLookupTable8<AffineNielsP
]);

/// Odd multiples of `[2^128]B`: `[[2^128]B, [3 2^128]B, [5 2^128]B, [7 2^128]B, ..., [127 2^128]B]`.
#[allow(dead_code)]
pub(crate) const AFFINE_ODD_MULTIPLES_OF_B_SHL_128: NafLookupTable8<AffineNielsPoint> =
NafLookupTable8([
AffineNielsPoint {
Expand Down
Loading

0 comments on commit 8b6c6c1

Please sign in to comment.