Skip to content

Commit

Permalink
Add summary for getsiner
Browse files Browse the repository at this point in the history
  • Loading branch information
nivcertora committed Jun 4, 2024
1 parent 6a21c3f commit 6ba6742
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions certora/specs/SafeWebAuthnSignerFactory.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ using SafeWebAuthnSignerProxy as proxy;
using SafeWebAuthnSignerSingleton as singleton;

methods{
// function getSigner(uint256, uint256, P256.Verifiers) external returns (address);
// function getSigner(uint256 x, uint256 y, P256.Verifiers v) internal returns (address) => getSignerGhost(x, y, v);
function getSigner(uint256 x, uint256 y, P256.Verifiers v) internal returns (address) => getSignerGhost(x, y, v);
function createSigner(uint256, uint256, P256.Verifiers) external returns (address);
function hasNoCode(address) external returns (bool) envfree;
}
Expand Down

0 comments on commit 6ba6742

Please sign in to comment.