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
GO_LIBRARY() SRCS( sha256.go sha256block.go ) GO_TEST_SRCS(sha256_test.go) GO_XTEST_SRCS(example_test.go) IF (ARCH_X86_64) SRCS( sha256block_amd64.go sha256block_amd64.s sha256block_decl.go ) ENDIF() IF (ARCH_ARM64) SRCS( sha256block_arm64.go sha256block_arm64.s ) ENDIF() END() RECURSE( )