Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubois-crypto committed Oct 18, 2023
1 parent 4a1146e commit 5fc292b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions solidity/tests/WebAuthn_forge/script/DeployElliptic.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ contract LibraryWrapper {
return FCL_Elliptic_ZZ.ecdsa_precomputed_verify(message, rs, Shamir8);
}

function ecdsa_sign(bytes32 message, uint256 k, uint256 kpriv) external view returns (uint256 r, uint256 s)
{
function ecdsa_sign(bytes32 message, uint256 k, uint256 kpriv) external view returns (uint256 r, uint256 s){
return FCL_ecdsa.ecdsa_sign(message, k, kpriv);
}
}
Expand Down

0 comments on commit 5fc292b

Please sign in to comment.