-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build amd64 && !noasm | ||
// +build amd64,!noasm | ||
|
||
package csidh | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build !amd64 || purego | ||
// +build !amd64 purego | ||
|
||
package csidh | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build amd64 && !purego | ||
// +build amd64,!purego | ||
|
||
package x25519 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build !amd64 || purego | ||
// +build !amd64 purego | ||
|
||
package x25519 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build amd64 && !purego | ||
// +build amd64,!purego | ||
|
||
package x448 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build !amd64 || purego | ||
// +build !amd64 purego | ||
|
||
package x448 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build ignore | ||
// +build ignore | ||
|
||
// Code Generation using fiat-crypto | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build amd64 && !purego | ||
// +build amd64,!purego | ||
|
||
package fourq | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build go1.12 | ||
// +build go1.12 | ||
|
||
package fourq | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build !amd64 || purego | ||
// +build !amd64 purego | ||
|
||
package fourq | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build amd64 && !purego | ||
// +build amd64,!purego | ||
|
||
package fourq | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build !amd64 || purego | ||
// +build !amd64 purego | ||
|
||
package fourq | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build amd64 && !purego | ||
// +build amd64,!purego | ||
|
||
package fourq | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build !amd64 || purego | ||
// +build !amd64 purego | ||
|
||
package fourq | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build !amd64 || purego | ||
// +build !amd64 purego | ||
|
||
package fourq | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build (!noasm && arm64) || (!noasm && amd64) | ||
// +build !noasm,arm64 !noasm,amd64 | ||
|
||
package p384 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build amd64 && !noasm | ||
// +build amd64,!noasm | ||
|
||
package p384 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build (!noasm && arm64) || (!noasm && amd64) | ||
// +build !noasm,arm64 !noasm,amd64 | ||
|
||
package p384 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build (!noasm && arm64) || (!noasm && amd64) | ||
// +build !noasm,arm64 !noasm,amd64 | ||
|
||
package p384 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build noasm || (!amd64 && !arm64) | ||
// +build noasm !amd64,!arm64 | ||
|
||
package p384 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build (!noasm && arm64) || (!noasm && amd64) | ||
// +build !noasm,arm64 !noasm,amd64 | ||
|
||
package p384 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build (!noasm && arm64) || (!noasm && amd64) | ||
// +build !noasm,arm64 !noasm,amd64 | ||
|
||
package p384 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build (!noasm && arm64) || (!noasm && amd64) | ||
// +build !noasm,arm64 !noasm,amd64 | ||
|
||
package p384 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build (!noasm && arm64) || (!noasm && amd64) | ||
// +build !noasm,arm64 !noasm,amd64 | ||
|
||
package p384 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build ignore | ||
// +build ignore | ||
|
||
// Autogenerates wrappers from templates to prevent too much duplicated code | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build amd64 && !purego | ||
// +build amd64,!purego | ||
|
||
package fp25519 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build !amd64 || purego | ||
// +build !amd64 purego | ||
|
||
package fp25519 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build amd64 && !purego | ||
// +build amd64,!purego | ||
|
||
package fp448 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build !amd64 || purego | ||
// +build !amd64 purego | ||
|
||
package fp448 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build gofuzz | ||
// +build gofuzz | ||
|
||
// How to run the fuzzer: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build ignore | ||
// +build ignore | ||
|
||
// Autogenerates wrappers from templates to prevent too much duplicated code | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build amd64 | ||
// +build amd64 | ||
|
||
package common | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build !amd64 | ||
// +build !amd64 | ||
|
||
package common | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build ignore | ||
// +build ignore | ||
|
||
// Autogenerates wrappers from templates to prevent too much duplicated code | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build amd64 | ||
// +build amd64 | ||
|
||
package common | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build !amd64 | ||
// +build !amd64 | ||
|
||
package common | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build go1.13 | ||
// +build go1.13 | ||
|
||
package ed25519 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build !go1.13 | ||
// +build !go1.13 | ||
|
||
package ed25519 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build arm64 && go1.16 | ||
// +build arm64,go1.16 | ||
|
||
package keccakf1600 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build (!amd64 && !arm64) || (arm64 && !go1.16) | ||
// +build !amd64,!arm64 arm64,!go1.16 | ||
|
||
package keccakf1600 | ||
|