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

SRCS(
    crypto.go
)

GO_XTEST_SRCS(issue21104_test.go)

END()

RECURSE(
    aes
    cipher
    des
    dsa
    ecdh
    ecdsa
    ed25519
    elliptic
    hmac
    internal
    md5
    rand
    rc4
    rsa
    sha1
    sha256
    sha512
    subtle
    tls
    x509
)