blob: acf4820be0760104fb00bb34ed5e85928eb462a4 [file] [log] [blame]
herbertxued8ac8302018-06-04 02:50:00 +00001name: "rsa"
2description:
3 "Python-RSA is a pure-Python RSA implementation. It supports encryption and "
4 "decryption, signing and verifying signatures, and key generation according to "
5 "PKCS#1 version 1.5."
6
7third_party {
8 url {
9 type: HOMEPAGE
10 value: "https://stuvel.eu/rsa"
11 }
12 url {
13 type: GIT
14 value: "https://github.com/sybrenstuvel/python-rsa/"
15 }
16 version: "3.4.2"
17 last_upgrade_date { year: 2018 month: 6 day: 4 }
18}