Home | History | Annotate | Download | only in rsa
      1 name: "rsa"
      2 description: "Python-RSA is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5."
      3 third_party {
      4   url {
      5     type: HOMEPAGE
      6     value: "https://stuvel.eu/rsa"
      7   }
      8   url {
      9     type: GIT
     10     value: "https://github.com/sybrenstuvel/python-rsa/"
     11   }
     12   version: "version-4.0"
     13   last_upgrade_date {
     14     year: 2019
     15     month: 2
     16     day: 1
     17   }
     18 }
     19