kirk-baird opened a new pull request #11: Fix issue displaying FP values URL: https://github.com/apache/incubator-milagro-crypto-rust/pull/11 # What is the issue When using the display function e.g. `println!("{}", FP::new());` the function was not reducing the excess for FP values. Note: this is also applied recursively to FP2. # What has been changed Use the `tostring()` function to display FP values. Signed-off-by: Kirk Baird <[email protected]>
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
