Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 540 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 540 Bytes

CONTRIBUTION GUIDELINES

  1. Currently, TLExport only uses classes and methods from cryptography for cryptographic computations, therefore we suggest having a look at the documentation
  2. When adding a new cipher suite, add the cipher suite to the cipher_suites dictionary in the cipher_suite_parser.py
    If that cipher suite uses other algorithms than those listed in README.md you have to add the algorithms in the cipher_suite_parser.py and their functionalities in the decryptor.py