aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/crypto/ecdsa/ya.make
blob: 833256a8bd87a75e8b042dded694545a1676f562 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GO_LIBRARY()

SRCS(
    ecdsa.go
    ecdsa_legacy.go
    ecdsa_noasm.go
    notboring.go
)

GO_TEST_SRCS(ecdsa_test.go)

GO_XTEST_SRCS(
    equal_test.go
    example_test.go
)

END()

RECURSE(
)