Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubois-crypto committed Oct 19, 2023
1 parent f8be4f9 commit 26476e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solidity/tests/WebAuthn_forge/script/DeployElliptic.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {BaseScript} from "./BaseScript.sol";
import {FCL_ecdsa} from "@solidity/FCL_ecdsa.sol";
import {FCL_Elliptic_ZZ} from "@solidity/FCL_elliptic.sol";


/// @notice Wrap the FCL_Elliptic library in a contract to be able to deploy it
contract LibraryWrapper {
function ecdsa_verify(bytes32 message, uint256 r, uint256 s, uint256 Qx, uint256 Qy) external view returns (bool) {
Expand Down

0 comments on commit 26476e3

Please sign in to comment.