mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-22 04:51:19 +01:00
Link testDiffieHellmanKeyAgreement to corresponding bug ticket.
This commit is contained in:
parent
e839fa80a3
commit
7e007ad879
@ -266,6 +266,9 @@ abstract class Math_BigInteger_TestCase extends PhpseclibTestCase
|
|||||||
$this->assertSame('18446744073709551616', (string) $y);
|
$this->assertSame('18446744073709551616', (string) $y);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @group github279
|
||||||
|
*/
|
||||||
public function testDiffieHellmanKeyAgreement()
|
public function testDiffieHellmanKeyAgreement()
|
||||||
{
|
{
|
||||||
// "Oakley Group 14" 2048-bit modular exponentiation group as used in
|
// "Oakley Group 14" 2048-bit modular exponentiation group as used in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user