Skip to content

Commit 302a165

Browse files
authored
Int - Int-Uint interoperability (#736)
Adds `Int::div_uint` and `Int::mul_uint`
1 parent 03e1b3a commit 302a165

File tree

3 files changed

+797
-0
lines changed

3 files changed

+797
-0
lines changed

src/int.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ mod bit_or;
1818
mod bit_xor;
1919
mod cmp;
2020
mod div;
21+
mod div_uint;
2122
mod encoding;
2223
mod from;
2324
mod inv_mod;
2425
mod mul;
26+
mod mul_uint;
2527
mod neg;
2628
mod resize;
2729
mod shl;

0 commit comments

Comments
 (0)