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
10
11
pub mod challenges;
pub mod claim;
pub mod eval_arg;
pub mod fri;
pub mod master_table;
pub mod out_of_domain_points;
pub mod own_program_digest;
pub mod read_and_verify_own_program_digest_from_std_in;
pub mod stark_verify;
pub mod vm_proof_iter;
pub mod xfe_ntt;