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
Switch to using independent random psi instead of powers of some base psi and implement most of the computation in flatten_challenge_matrix with u128 instead of Scalar. The change to psi is necessary to make the implementation in u128 possible. This change reduces the runtime of flatten_challenge_matrix by a factor of 3, thus speeding up the client message creation by 17%.
#62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.