twisted.conch.ssh._cryptography_backports module documentationtwisted.conch.ssh
          View Source
          
        
      Backported functions from Cryptography to support older versions.
These functions can be obtained from cryptography.utils 
instead, from version 1.1 onwards.
| Function | intFromBytes | Convert an integer in packed form to a Python int. | 
| Function | intToBytes | Convert a Python intto packed data. |