Skip to content

Commit e18f042

Browse files
authored
Update broken links (#590)
1 parent 8dae49d commit e18f042

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ecc/bw6-633/pairing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func FinalExponentiation(z *GT, _z ...*GT) GT {
120120

121121
// MillerLoop computes the multi-Miller loop
122122
// computes the multi-Miller loop ∏ᵢ MillerLoop(Pᵢ, Qᵢ)
123-
// Alg.2 in https://eprint.iacr.org/2021/1359.qdf
123+
// Alg.2 in https://eprint.iacr.org/2021/1359.pdf
124124
func MillerLoop(P []G1Affine, Q []G2Affine) (GT, error) {
125125
// check input size match
126126
n := len(P)

ecc/stark-curve/pedersen-hash/pedersen_hash_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func TestPedersenArray(t *testing.T) {
5555
// Contract address calculation. See the following links for how the
5656
// calculation is carried out and the result referenced.
5757
//
58-
// https://docs.starknet.io/documentation/develop/Contracts/contract-address/
58+
// https://docs.starknet.io/docs/Contracts/contract-address
5959
// https://alpha4.starknet.io/feeder_gateway/get_transaction?transactionHash=0x1b50380d45ebd70876518203f131a12428b2ac1a3a75f1a74241a4abdd614e8
6060
{
6161
input: []string{

0 commit comments

Comments
 (0)