Skip to content

Commit 57612fe

Browse files
committed
BigInteger: BigInteger.php needs to be explicitely included now
As of this commit: phpseclib/phpseclib@b242259
1 parent 3952cc1 commit 57612fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/speed.phps

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
2+
include('Math/BigInteger.php');
33
include('Crypt/RSA.php');
44
include('PHP/Compat/Function/str_split.php');
55
include('PHP/Compat/Function/bcpowmod.php');

0 commit comments

Comments
 (0)