You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor the calculate_gh_ci_cj() and calculate_phi_z_c() functions.
Replace usize data types with u32 or u64.
Fix a bug in check_final_norm_sum(), which incorrectly compares the norm bound against beta instead of beta'. Currently, using beta' fails test_verify test case.
Continue working after the #77