aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/crypto/rsa/ya.make
blob: 1b4b4a7769ab9fc1adbc0825df440f3d368d9d5f (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
GO_LIBRARY()

SRCS(
    notboring.go
    pkcs1v15.go
    pss.go
    rsa.go
)

GO_TEST_SRCS(rsa_export_test.go)

GO_XTEST_SRCS(
    equal_test.go
    example_test.go
    pkcs1v15_test.go
    pss_test.go
    rsa_test.go
)

END()

RECURSE(
)