dedis / prifi

PriFi, a low-latency, local-area anonymous communication network.

Home Page:https://prifi.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug : doesn't compile

lbarman opened this issue · comments

/d/git/prifi(improve-simul*) » make test                                                                     jwhite@JWHITE-PC
Testing build...
# command-line-arguments
sda/app/prifi.go:451: cannot use network.Suite (type "gopkg.in/dedis/crypto.v0/abstract".Suite) as type "github.com/dedis/crypto/abstract".Suite in argument to config.NewKeyPair:
	"gopkg.in/dedis/crypto.v0/abstract".Suite does not implement "github.com/dedis/crypto/abstract".Suite (wrong type for Cipher method)
		have Cipher([]byte, ...interface {}) "gopkg.in/dedis/crypto.v0/abstract".Cipher
		want Cipher([]byte, ...interface {}) "github.com/dedis/crypto/abstract".Cipher
sda/app/prifi.go:452: cannot use kp.Secret (type "github.com/dedis/crypto/abstract".Scalar) as type "gopkg.in/dedis/crypto.v0/abstract".Scalar in argument to "gopkg.in/dedis/onet.v1/crypto".ScalarToStringHex:
	"github.com/dedis/crypto/abstract".Scalar does not implement "gopkg.in/dedis/crypto.v0/abstract".Scalar (wrong type for Add method)
		have Add("github.com/dedis/crypto/abstract".Scalar, "github.com/dedis/crypto/abstract".Scalar) "github.com/dedis/crypto/abstract".Scalar
		want Add("gopkg.in/dedis/crypto.v0/abstract".Scalar, "gopkg.in/dedis/crypto.v0/abstract".Scalar) "gopkg.in/dedis/crypto.v0/abstract".Scalar
sda/app/prifi.go:460: cannot use point (type "github.com/dedis/crypto/abstract".Point) as type "gopkg.in/dedis/crypto.v0/abstract".Point in argument to "gopkg.in/dedis/onet.v1/crypto".PubToStringHex:
	"github.com/dedis/crypto/abstract".Point does not implement "gopkg.in/dedis/crypto.v0/abstract".Point (wrong type for Add method)
		have Add("github.com/dedis/crypto/abstract".Point, "github.com/dedis/crypto/abstract".Point) "github.com/dedis/crypto/abstract".Point
		want Add("gopkg.in/dedis/crypto.v0/abstract".Point, "gopkg.in/dedis/crypto.v0/abstract".Point) "gopkg.in/dedis/crypto.v0/abstract".Point
Makefile:12: recipe for target 'build' failed
make: *** [build] Error 2

Fixed 22be044. DeDiS's imports changed ...