Quellcode durchsuchen

p503: changes import paths

changes import path from github.com/cloudflare/p751sidh to
github.com/cloudflare/sidh
master
Henry Case vor 6 Jahren
committed by Kris Kwiatkowski
Ursprung
Commit
25c0d9f15d
3 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  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 Datei anzeigen

@@ -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 Datei anzeigen

@@ -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 Datei anzeigen

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

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


Laden…
Abbrechen
Speichern