Skip to content

Commit

Permalink
removed unused r variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoDiogoDuarte committed Feb 20, 2024
1 parent 8bd006a commit 57b8754
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crypto_kem/xwing/amd64/avx2/scalarmult_mulx.jinc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,6 @@ from Jade require "crypto_scalarmult/curve25519/amd64/mulx/curve25519.jinc"
#[returnaddress="stack"]
fn scalarmult_base(reg u64 qp np)
{
reg u64 r;
stack u64 qps;
reg u64[4] q n;

Expand Down

0 comments on commit 57b8754

Please sign in to comment.