fhipe icon indicating copy to clipboard operation
fhipe copied to clipboard

An implementation of Function-Hiding Inner Product Encryption

Results 2 fhipe issues
Sort by recently updated
recently updated
newest added

In the file "ipe.py", the decrypt algorithm calls ```solve_dlog_bsgs``` to find the descrete logorithm: > Line134: return solve_dlog_bsgs(t2, t1, max_innerprod+1) This function implements the "baby-step, giant-step" algorithm. Its complexity should...

Add missing command which broke the test script