gdanezis / petlib

A python library that implements a number of Privacy Enhancing Technolgies
BSD 2-Clause "Simplified" License
133 stars 33 forks source link

Returns int, instead of bool? #20

Open mchlnix opened 5 years ago

mchlnix commented 5 years ago

I'm stubbing petlib at the moment and noticed that https://github.com/gdanezis/petlib/blob/master/petlib/bn.py#L763 doesn't return a bool. Is that intentional?