-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
- Loading branch information
1 parent
06f9439
commit b2b6417
Showing
5 changed files
with
110 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule openzeppelin-contracts
updated
8 files
Submodule solady
updated
11 files
+1 −1 | package.json | |
+30 −1 | src/accounts/LibERC7579.sol | |
+95 −0 | src/utils/EfficientHashLib.sol | |
+20 −0 | src/utils/FixedPointMathLib.sol | |
+19 −9 | src/utils/P256.sol | |
+3 −3 | src/utils/WebAuthn.sol | |
+3 −3 | src/utils/g/WebAuthn.sol | |
+39 −0 | test/EfficientHashLib.t.sol | |
+15 −0 | test/FixedPointMathLib.t.sol | |
+35 −0 | test/LibERC7579.t.sol | |
+1 −1 | test/P256.t.sol |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.