aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/crypto/ed25519/ya.make
blob: d69fb49a29e1d258020c293498c94f8224e28df7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
GO_LIBRARY()

SRCS(
    ed25519.go
)

GO_TEST_SRCS(ed25519_test.go)

GO_XTEST_SRCS(ed25519vectors_test.go)

END()

RECURSE(
)