Skip to content

Commit

Permalink
rename test file
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubois-crypto committed Aug 21, 2024
1 parent f40942c commit c2e1e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/libSCL_rip7696_1.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {stdJson} from "forge-std/StdJson.sol";
/* import rip7212 */

import { ModInv } from "@solidity/modular/SCL_modular.sol";
import "@solidity/lib/libSCL_RIP7696_2.sol";
import "@solidity/lib/libSCL_RIP7696.sol";

uint constant _NBTEST=1000;
// prime field modulus of the ed25519 curve
Expand Down Expand Up @@ -78,7 +78,7 @@ contract Test_exeSCL_rip7696 is Test {

uint256 [10] memory Q=[qx,qy,qpow2p128_x, qpow2p128_y, modp,curvea,gx,gy, gpow2p128_x, gpow2p128_y] ;
for(uint i=0;i<_NBTEST;i++){
SCL_RIPB4.ecMulMulAdd_B4(Q, u, v ) ;
SCL_RIP7696.ecMulMulAdd_B4_xonly(Q, u, v ) ;
}
}
}

0 comments on commit c2e1e8c

Please sign in to comment.