Skip to content

Commit

Permalink
removed http:
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Jun 8, 2021
1 parent 9db56c0 commit 9acdbae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* A participant in a Password Authenticated Key Exchange by Juggling (J-PAKE) exchange.
* <p>
* The J-PAKE exchange is defined by Feng Hao and Peter Ryan in the paper
* <a href="http://grouper.ieee.org/groups/1363/Research/contributions/hao-ryan-2008.pdf">
* <a href="https://grouper.ieee.org/groups/1363/Research/contributions/hao-ryan-2008.pdf">
* "Password Authenticated Key Exchange by Juggling, 2008."</a>
* <p>
* The J-PAKE protocol is symmetric.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ else if (radix == 16)

/**
* Returns this element as FlexiBigInt. The conversion is <a href =
* "http://grouper.ieee.org/groups/1363/">P1363</a>-conform.
* "https://grouper.ieee.org/groups/1363/">P1363</a>-conform.
*
* @return this element as BigInteger
*/
Expand All @@ -1129,7 +1129,7 @@ public BigInteger toFlexiBigInt()

/**
* Returns this element as byte array. The conversion is <a href =
* "http://grouper.ieee.org/groups/1363/">P1363</a>-conform.
* "https://grouper.ieee.org/groups/1363/">P1363</a>-conform.
*
* @return this element as byte array
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,15 @@ GFElement invert()

/**
* Returns this element as FlexiBigInt. The conversion is <a
* href="http://grouper.ieee.org/groups/1363/">P1363</a>-conform.
* href="https://grouper.ieee.org/groups/1363/">P1363</a>-conform.
*
* @return this element as BigInt
*/
BigInteger toFlexiBigInt();

/**
* Returns this element as byte array. The conversion is <a href =
* "http://grouper.ieee.org/groups/1363/">P1363</a>-conform.
* "https://grouper.ieee.org/groups/1363/">P1363</a>-conform.
*
* @return this element as byte array
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* A participant in a Password Authenticated Key Exchange by Juggling (J-PAKE) exchange.
* <p>
* The J-PAKE exchange is defined by Feng Hao and Peter Ryan in the paper
* <a href="http://grouper.ieee.org/groups/1363/Research/contributions/hao-ryan-2008.pdf">
* <a href="https://grouper.ieee.org/groups/1363/Research/contributions/hao-ryan-2008.pdf">
* "Password Authenticated Key Exchange by Juggling, 2008."</a>
* </p>
* <p>
Expand Down

0 comments on commit 9acdbae

Please sign in to comment.