Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubois-crypto committed Jan 9, 2024
1 parent f4b28d6 commit 124fd2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions solidity/src/FCL_sha512.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ library sha512 {
struct SHA512_CTX {
uint64[8] state;
uint256 usedspace64;
uint256 bitcount;
uint64[SHA512_BLOCK_LENGTH64] buffer;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import {Base64Url} from "@solidity/utils/Base64Url.sol";
* The rsMock is the r and s values of the signature. Note that the signature provided above is the Base64URL encoding of the DER encoding of the signature.
* The QMock is the x and y values of the public key of the key pair used to sign the data. This is generated during the registration process
*/

contract FCL_Webauthn_Base64Url is Test {
Helper public helper;
WebAuthn_base64URL public webauthn;
Expand Down

0 comments on commit 124fd2c

Please sign in to comment.