Skip to content

fork google KT's ecvrf to make auditing code easier and strip out unn… #192

fork google KT's ecvrf to make auditing code easier and strip out unn…

fork google KT's ecvrf to make auditing code easier and strip out unn… #192

Triggered via push November 19, 2024 01:25
Status Failure
Total duration 57s
Artifacts

ci.yml

on: push
Matrix: go
go-results
0s
go-results
Fit to window
Zoom out
Zoom in

Annotations

11 errors
go (1.23): cryptoffi/vrf/vrf.go#L117
elliptic.GenerateKey has been deprecated since Go 1.21: for ECDH, use the GenerateKey methods of the [crypto/ecdh] package; for ECDSA, use the GenerateKey function of the crypto/ecdsa package. (SA1019)
go (1.23): cryptoffi/vrf/vrf.go#L128
elliptic.Marshal has been deprecated since Go 1.21: for ECDH, use the crypto/ecdh package. This function returns an encoding equivalent to that of PublicKey.Bytes in crypto/ecdh. (SA1019)
go (1.23): cryptoffi/vrf/vrf.go#L135
elliptic.Marshal has been deprecated since Go 1.21: for ECDH, use the crypto/ecdh package. This function returns an encoding equivalent to that of PublicKey.Bytes in crypto/ecdh. (SA1019)
go (1.23): cryptoffi/vrf/vrf.go#L136
elliptic.Marshal has been deprecated since Go 1.21: for ECDH, use the crypto/ecdh package. This function returns an encoding equivalent to that of PublicKey.Bytes in crypto/ecdh. (SA1019)
go (1.23): cryptoffi/vrf/vrf.go#L137
elliptic.Marshal has been deprecated since Go 1.21: for ECDH, use the crypto/ecdh package. This function returns an encoding equivalent to that of PublicKey.Bytes in crypto/ecdh. (SA1019)
go (1.23): cryptoffi/vrf/vrf.go#L139
elliptic.Marshal has been deprecated since Go 1.21: for ECDH, use the crypto/ecdh package. This function returns an encoding equivalent to that of PublicKey.Bytes in crypto/ecdh. (SA1019)
go (1.23): cryptoffi/vrf/vrf.go#L140
elliptic.Marshal has been deprecated since Go 1.21: for ECDH, use the crypto/ecdh package. This function returns an encoding equivalent to that of PublicKey.Bytes in crypto/ecdh. (SA1019)
go (1.23): cryptoffi/vrf/vrf.go#L175
elliptic.Unmarshal has been deprecated since Go 1.21: for ECDH, use the crypto/ecdh package. This function accepts an encoding equivalent to that of the NewPublicKey methods in crypto/ecdh. (SA1019)
go (1.23): cryptoffi/vrf/vrf.go#L196
elliptic.Marshal has been deprecated since Go 1.21: for ECDH, use the crypto/ecdh package. This function returns an encoding equivalent to that of PublicKey.Bytes in crypto/ecdh. (SA1019)
go (1.23): cryptoffi/vrf/vrf.go#L197
elliptic.Marshal has been deprecated since Go 1.21: for ECDH, use the crypto/ecdh package. This function returns an encoding equivalent to that of PublicKey.Bytes in crypto/ecdh. (SA1019)
go-results
Process completed with exit code 1.