tasm-lib 2.0.0

Code snippets for Triton VM assembly with tests and statistics.
Documentation
1
2
3
4
5
6
7
8
9
pub mod lt;
pub mod overflowing_add;
pub mod safe_add;
pub mod safe_mul;
pub mod shift_left;
pub mod shift_left_static;
pub mod shift_right;
pub mod shift_right_static;
pub mod sub;