herbertxue | d8ac830 | 2018-06-04 02:50:00 +0000 | [diff] [blame^] | 1 | name: "rsa" |
2 | description: | ||||
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 | |||||
7 | third_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 | } |