LIB "tst.lib"; tst_init(); LIB "crypto.lib"; bigint b=2; bigint y=10; bigint p=101; rho(b,y,p); tst_status(1);$