I have been designing multiparty computation (MPC) protocols for functions that interest me. Although theoretically I am able to deduce the asymptotic complexity of the protocol, I wish to know as to how this protocol will perform for practical sized inputs. I came across VIFF (virtual ideal functionality framework) written in python which allows us to implement/simulate MPC protocols. However, with just basic knowledge of MPC I am finding it difficult to write programs in VIFF. My question is as follows:
Is there some nice resource/tutorial available online in regard to VIFF? If not VIFF, can you point me to any other freely available software which can be used for simulationg/implementing MPC protocols that has nice tutorials for beginners.