Ejemplo n.º 1
0
void performance_jh(void){
	hfal_performance_multiple(algolist);
}
void testrun_performance_md5(void){
	hfal_performance_multiple(algolist);
}
Ejemplo n.º 3
0
void performance_keccak(void){
	hfal_performance_multiple(algolist);
}
Ejemplo n.º 4
0
void testrun_performance_whirlpool(void){
	hfal_performance_multiple(algolist);
}
Ejemplo n.º 5
0
void performance_shabal(void){
	hfal_performance_multiple(algolist);
}
void performance_cubehash(void){
	hfal_performance_multiple(algolist);
}