|
|
@@ -2,13 +2,13 @@
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
|
+// +build arm,!gccgo,!appengine,!nacl
|
|
|
+
|
|
|
#include "textflag.h"
|
|
|
|
|
|
// This code was translated into a form compatible with 5a from the public
|
|
|
// domain source by Andrew Moon: github.com/floodyberry/poly1305-opt/blob/master/app/extensions/poly1305.
|
|
|
|
|
|
-// +build arm,!gccgo,!appengine,!nacl
|
|
|
-
|
|
|
DATA poly1305_init_constants_armv6<>+0x00(SB)/4, $0x3ffffff
|
|
|
DATA poly1305_init_constants_armv6<>+0x04(SB)/4, $0x3ffff03
|
|
|
DATA poly1305_init_constants_armv6<>+0x08(SB)/4, $0x3ffc0ff
|