From ec4270c43f1ddd37d1eb19da5db78129b93f72b7 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Thu, 4 May 2017 22:36:53 +0200 Subject: add "cli" package with a Query method --- vendor/golang.org/x/crypto/curve25519/const_amd64.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vendor/golang.org/x/crypto/curve25519/const_amd64.h (limited to 'vendor/golang.org/x/crypto/curve25519/const_amd64.h') diff --git a/vendor/golang.org/x/crypto/curve25519/const_amd64.h b/vendor/golang.org/x/crypto/curve25519/const_amd64.h new file mode 100644 index 0000000..80ad222 --- /dev/null +++ b/vendor/golang.org/x/crypto/curve25519/const_amd64.h @@ -0,0 +1,8 @@ +// Copyright 2012 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +// This code was translated into a form compatible with 6a from the public +// domain sources in SUPERCOP: http://bench.cr.yp.to/supercop.html + +#define REDMASK51 0x0007FFFFFFFFFFFF -- cgit v1.3.1