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 11, 2024. It is now read-only.
On 2019-07-09 @recmo wrote in f108f29 “Factor U256 into own crate”:
Make member functions of U256?
// TODO: This seems out of scope for U256 to export.pubmod utils;pubusecrate::u256::U256;// TODO: Make member functions of U256?pubuse gcd::{gcd, gcd_extended};#[cfg(not(feature = "std"))]externcrate no_std_compat as std;
On 2019-07-09 @recmo wrote in
f108f29
“Factor U256 into own crate”:Make member functions of U256?
From
algebra/u256/src/lib.rs:50
The text was updated successfully, but these errors were encountered: