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_amd64.go
// Code generated by command: go run fe_amd64_asm.go -out ../fe_amd64.s -stubs ../fe_amd64.go -pkg field. DO NOT EDIT. //go:build amd64 && gc && !purego // +build amd64,gc,!purego package field // feMul sets out = a * b. It works like feMulGeneric. //go:noescape func feMul(out *Element, a *Element, b *Element) // feSquare sets out = a * a. It works like feSquareGeneric. //go:noescape func feSquare(out *Element, a *Element)
Upload File
Create Folder