microsoft / Spartan

Spartan: High-speed zkSNARKs without trusted setup
MIT License
672 stars 112 forks source link

Fix build on recent nightly compilers (upgrade packed_simd) #30

Closed milkey-mouse closed 3 years ago

milkey-mouse commented 3 years ago

packed_simd version 0.3.3 fails to compile on recent nightly compilers and, transitively, so do releases of curve25519-dalek that use that version (https://github.com/dalek-cryptography/curve25519-dalek/issues/333). This has been fixed in their develop branch. The next release (probably 3.1.0) should include the fix (and then a new version of this package using it should be published), but until then, I've pinned curve25519-dalek to the commit fixing the issue.