Skip to content

Commit

Permalink
correct Eddsa eip number from 665 to 6565
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubois-crypto committed Aug 23, 2024
1 parent 2a42057 commit 8eb4b15
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/Deploy665.s.sol → script/Deploy6565.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pragma solidity >=0.8.19 <0.9.0;

import {BaseScript} from "./BaseScript.sol";

import "../src/lib/libSCL_EIP665.sol";
import "../src/lib/libSCL_EIP6565.sol";


/// @notice Wrap the FCL_ecdsa library in a contract to be able to deploy it
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/libSCL_eip6565.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import "forge-std/Test.sol";
import { ModInv } from "@solidity/modular/SCL_modular.sol";
import "@solidity/elliptic/SCL_mulmuladdX_fullgenW.sol";

import "@solidity/lib/libSCL_EIP665.sol";
import "@solidity/lib/libSCL_EIP6565.sol";
import "@solidity/hash/SCL_sha512.sol";


Expand Down

0 comments on commit 8eb4b15

Please sign in to comment.