Description of issue:
Some crypto functions implemented in TUF are duplicates of functions available in securesystemslib.
Current behavior:
For example, generate_and_write_rsa_keypair() is also provided by securesystemslib's equivalent.
Expected behavior:
The TUF library should replace all crypto functions that are already available in securesystemlib.