blob: 8c614afd4229261745365ba8c1b0070fcfc53970 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
GO_LIBRARY()
SRCS(
elliptic.go
nistec.go
nistec_p256.go
params.go
)
GO_TEST_SRCS(
elliptic_test.go
p224_test.go
p256_test.go
)
END()
RECURSE(
)
|