petlib icon indicating copy to clipboard operation
petlib copied to clipboard

A python library that implements a number of Privacy Enhancing Technolgies

Results 11 petlib issues
Sort by recently updated
recently updated
newest added

Hello, Some tests fail because the method `time.clock()` was removed from Python 3.8. I replaced the calls to this method by `time.process_time()` to measure the processing time. Additionally, `process_time()` should...