Start work on implementing public key crypto

Will come in handy for various things in the future, so lets just setup
the API now. No new dependencies are needed since Python already depends
on OpenSSL.
This commit is contained in:
Kovid Goyal
2022-08-03 22:37:35 +05:30
parent 97d7329d14
commit fd6bc55db6
4 changed files with 104 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ Run-time dependencies:
* ``libpng``
* ``liblcms2``
* ``librsync``
* ``openssl``
* ``freetype`` (not needed on macOS)
* ``fontconfig`` (not needed on macOS)
* ``libcanberra`` (not needed on macOS)