aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/crypto/cipher/ya.make
blob: 3464a53c9a680fda9638ea78a8294ef369ef858e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
GO_LIBRARY()
IF (TRUE)
    SRCS(
		cbc.go
		cfb.go
		cipher.go
		ctr.go
		gcm.go
		io.go
		ofb.go
    )
ENDIF()
END()