aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/crypto/des/ya.make
blob: 0d7a1b796ca696d2424c12021dcd91ab010c91e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
GO_LIBRARY()
IF (TRUE)
    SRCS(
        block.go
        cipher.go
        const.go
    )
ENDIF()
END()