tasm-lib 0.43.0

Code snippets for Triton VM assembly with tests and statistics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod isodd;
pub mod isu32;
pub mod leadingzeros;
pub mod next_power_of_two;
pub mod or;
pub mod overflowingadd;
pub mod safeadd;
pub mod safemul;
pub mod safepow;
pub mod safesub;
pub mod shiftleft;
pub mod shiftright;