Browse Source

p503: changes import paths

changes import path from github.com/cloudflare/p751sidh to
github.com/cloudflare/sidh
master
Henry Case 6 years ago
committed by Kris Kwiatkowski
parent
commit
25c0d9f15d
3 changed files with 3 additions and 2 deletions
  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 View File

@@ -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 View File

@@ -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 View File

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

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


Loading…
Cancel
Save