benkonrath / transip-api

Python implementation for the TransIP API
https://transip-api.readthedocs.io/en/latest/
MIT License
23 stars 23 forks source link

Fix bytes input for cryptography library #42

Closed roaldnefs closed 5 years ago

roaldnefs commented 5 years ago

The cryptography library requires the keydata and message to be bytes. This allows the cryptography library to be used in Python 3.