When importing _constant_time
I was getting attribution error: _init.cffi_1_0_external_module
I decided to go check in _constant_time. And what is discover is _constant_time is not a python module but rather a cpp compiled library. (.so) .
So how is python importing from .so file? Or is something missing in cryptographic package?