kirk-baird opened a new issue #4: bn254CX_64 Compilation Bug
URL: https://github.com/apache/incubator-milagro-crypto-rust/issues/4
 
 
   A couple of things here contribute to this bug.
   
   Firstly the name of the feature is `bn254cx` in `Cargo.toml` however it is 
named `bn254CX` in `lib.rs` and so can never actually be compiled.
   
   After fixing this there is a compilation bug in the line - 
   `pub const FEXCESS: i32 = (((1 as i32) << SH) - 1);`
   
   Since the value of `SH = 64` in `rom_bn254CX_64.rs` and hence will cause an 
overflow when trying to shift an i32.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@milagro.apache.org
For additional commands, e-mail: issues-h...@milagro.apache.org

Reply via email to