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