You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.
Currently bn128 precompiled contract cannot be compiled for the no-std targets due to the rustc-serialize dependency.
There's a Serde version of bn crate at https://github.com/etclabscore/bn, but it's currently not compatible with the implementation in std/precompiled/bn128.
The text was updated successfully, but these errors were encountered:
From evm-rs created by mersinvald : etclabscore/evm-rs#26
Currently bn128 precompiled contract cannot be compiled for the no-std targets due to the
rustc-serialize
dependency.There's a
Serde
version of bn crate at https://github.com/etclabscore/bn, but it's currently not compatible with the implementation instd/precompiled/bn128
.The text was updated successfully, but these errors were encountered: