Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Mar 10, 2024
1 parent 9984374 commit 204fe0b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/PublicKey/EllipticCurve.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
use Firehed\WebAuthn\Errors\VerificationError;
use UnexpectedValueException;

use function gmp_pow;
use function gmp_add;
use function gmp_cmp;
use function gmp_import;
use function gmp_mod;
use function gmp_mul;

/**
* @internal
*
Expand Down

0 comments on commit 204fe0b

Please sign in to comment.