aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/crypto/cipher/ya.make
blob: a6b4e2f711555e818405404e1aae97e8e959b679 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
GO_LIBRARY()

SRCS(
    cbc.go
    cfb.go
    cipher.go
    ctr.go
    gcm.go
    io.go
    ofb.go
)

GO_TEST_SRCS(export_test.go)

GO_XTEST_SRCS(
    benchmark_test.go
    cbc_aes_test.go
    cfb_test.go
    cipher_test.go
    common_test.go
    ctr_aes_test.go
    ctr_test.go
    example_test.go
    gcm_test.go
    ofb_test.go
)

END()

RECURSE(
)