X7ROOT File Manager
Current Path:
/opt/golang/1.17.2/src/crypto/ed25519/internal/edwards25519/field
opt
/
golang
/
1.17.2
/
src
/
crypto
/
ed25519
/
internal
/
edwards25519
/
field
/
📁
..
📁
_asm
📄
fe.go
(11.55 KB)
📄
fe_alias_test.go
(3.21 KB)
📄
fe_amd64.go
(431 B)
📄
fe_amd64.s
(5.66 KB)
📄
fe_amd64_noasm.go
(354 B)
📄
fe_arm64.go
(365 B)
📄
fe_arm64.s
(1.03 KB)
📄
fe_arm64_noasm.go
(325 B)
📄
fe_bench_test.go
(640 B)
📄
fe_generic.go
(8.39 KB)
📄
fe_test.go
(13.79 KB)
Editing: fe_arm64_noasm.go
// Copyright (c) 2021 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. //go:build !arm64 || !gc || purego // +build !arm64 !gc purego package field func (v *Element) carryPropagate() *Element { return v.carryPropagateGeneric() }
Upload File
Create Folder