Skip to content

Commit 38cb2aa

Browse files
committed
github#818 http to https conversion.
1 parent 4c358b4 commit 38cb2aa

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

core/src/main/java/org/bouncycastle/pqc/crypto/rainbow/Layer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* <p>
2121
* More information about the layer can be found in the paper of Jintai Ding,
2222
* Dieter Schmidt: Rainbow, a New Multivariable Polynomial Signature Scheme.
23-
* ACNS 2005: 164-175 (http://dx.doi.org/10.1007/11496137_12)
23+
* ACNS 2005: 164-175 (https://dx.doi.org/10.1007/11496137_12)
2424
*/
2525
public class Layer
2626
{

core/src/main/java/org/bouncycastle/pqc/crypto/rainbow/RainbowKeyPairGenerator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* <p>
1717
* Detailed information about the key generation is to be found in the paper of
1818
* Jintai Ding, Dieter Schmidt: Rainbow, a New Multivariable Polynomial
19-
* Signature Scheme. ACNS 2005: 164-175 (http://dx.doi.org/10.1007/11496137_12)
19+
* Signature Scheme. ACNS 2005: 164-175 (https://dx.doi.org/10.1007/11496137_12)
2020
*/
2121
public class RainbowKeyPairGenerator
2222
implements AsymmetricCipherKeyPairGenerator

core/src/main/java/org/bouncycastle/pqc/crypto/rainbow/RainbowSigner.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Detailed information about the signature and the verify-method is to be found
1818
* in the paper of Jintai Ding, Dieter Schmidt: Rainbow, a New Multivariable
1919
* Polynomial Signature Scheme. ACNS 2005: 164-175
20-
* (http://dx.doi.org/10.1007/11496137_12)
20+
* (https://dx.doi.org/10.1007/11496137_12)
2121
*/
2222
public class RainbowSigner
2323
implements MessageSigner

prov/src/main/java/org/bouncycastle/pqc/jcajce/provider/rainbow/BCRainbowPrivateKey.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* </p><p>
2626
* More detailed information about the private key is to be found in the paper
2727
* of Jintai Ding, Dieter Schmidt: Rainbow, a New Multivariable Polynomial
28-
* Signature Scheme. ACNS 2005: 164-175 (http://dx.doi.org/10.1007/11496137_12)
28+
* Signature Scheme. ACNS 2005: 164-175 (https://dx.doi.org/10.1007/11496137_12)
2929
* </p>
3030
*/
3131
public class BCRainbowPrivateKey

prov/src/main/java/org/bouncycastle/pqc/jcajce/provider/rainbow/BCRainbowPublicKey.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* </p><p>
2828
* More detailed information on the public key is to be found in the paper of
2929
* Jintai Ding, Dieter Schmidt: Rainbow, a New Multivariable Polynomial
30-
* Signature Scheme. ACNS 2005: 164-175 (http://dx.doi.org/10.1007/11496137_12)
30+
* Signature Scheme. ACNS 2005: 164-175 (https://dx.doi.org/10.1007/11496137_12)
3131
* </p>
3232
*/
3333
public class BCRainbowPublicKey

prov/src/main/java/org/bouncycastle/pqc/jcajce/spec/RainbowParameterSpec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* More detailed information about the needed parameters for the Rainbow
1212
* Signature Scheme is to be found in the paper of Jintai Ding, Dieter Schmidt:
1313
* Rainbow, a New Multivariable Polynomial Signature Scheme. ACNS 2005: 164-175
14-
* (http://dx.doi.org/10.1007/11496137_12)
14+
* (https://dx.doi.org/10.1007/11496137_12)
1515
* </p>
1616
*/
1717
public class RainbowParameterSpec

0 commit comments

Comments
 (0)