aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/crypto/internal/edwards25519/ya.make
blob: a7ce26db7a5e7bf2af1849defe9352f341054fa7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
GO_LIBRARY()
IF (TRUE)
    SRCS(
		doc.go
		edwards25519.go
		scalar.go
		scalar_fiat.go
		scalarmult.go
		tables.go
    )
ENDIF()
END()