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

SRCS(
    block.go
    cipher.go
    const.go
)

GO_TEST_SRCS(des_test.go)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(
)