aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/crypto/hmac/ya.make
blob: d8c301ed1bdb2bae27eee87c32e5ceee92dc664a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
GO_LIBRARY()

SRCS(
    hmac.go
)

GO_TEST_SRCS(hmac_test.go)

END()

RECURSE(
)