aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/crypto/internal/edwards25519/ya.make
blob: 7c063665d77a66510d2466151c35bce04079886e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
GO_LIBRARY()
IF (TRUE)
    SRCS(
        doc.go
        edwards25519.go
        scalar.go
        scalar_fiat.go
        scalarmult.go
        tables.go
    )
ENDIF()
END()