Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Make member functions of U256? #154

Closed
recmo opened this issue Sep 23, 2019 · 0 comments
Closed

Make member functions of U256? #154

recmo opened this issue Sep 23, 2019 · 0 comments
Assignees
Labels
refactor Improves the code quality tracker Issues generated from source comments

Comments

@recmo
Copy link
Contributor

recmo commented Sep 23, 2019

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.
pub mod utils;

pub use crate::u256::U256;

// TODO: Make member functions of U256?
pub use gcd::{gcd, gcd_extended};
#[cfg(not(feature = "std"))]
extern crate no_std_compat as std;

From algebra/u256/src/lib.rs:50

@recmo recmo added refactor Improves the code quality tracker Issues generated from source comments labels Sep 23, 2019
@recmo recmo self-assigned this Sep 23, 2019
@recmo recmo closed this as completed Dec 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
refactor Improves the code quality tracker Issues generated from source comments
Projects
None yet
Development

No branches or pull requests

1 participant