Bladeren bron

p503: changes import paths

changes import path from github.com/cloudflare/p751sidh to
github.com/cloudflare/sidh
master
Henry Case 6 jaren geleden
committed by Kris Kwiatkowski
bovenliggende
commit
25c0d9f15d
3 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen
  1. +1
    -1
      p503/arith_amd64.go
  2. +1
    -1
      p751/arith_amd64.go
  3. +1
    -0
      p751/arith_amd64_test.go

+ 1
- 1
p503/arith_amd64.go Bestand weergeven

@@ -2,7 +2,7 @@

package p503

import cpu "github.com/cloudflare/p751sidh/internal/utils"
import cpu "github.com/cloudflare/sidh/internal/utils"

// There couple of reasons for having those variables here:
// * to have an access to them from assembly


+ 1
- 1
p751/arith_amd64.go Bestand weergeven

@@ -2,7 +2,7 @@

package p751

import cpu "github.com/cloudflare/p751sidh/internal/utils"
import cpu "github.com/cloudflare/sidh/internal/utils"

// There couple of reasons for having those variables here:
// * to have an access to them from assembly


+ 1
- 0
p751/arith_amd64_test.go Bestand weergeven

@@ -6,6 +6,7 @@ import (
. "github.com/cloudflare/sidh/internal/isogeny"
cpu "github.com/cloudflare/sidh/internal/utils"

"reflect"
"testing"
"testing/quick"
)


Laden…
Annuleren
Opslaan