aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 5c228ef16c6d066bdfebfffa19a12452213753df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "rsa"
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."
third_party {
  url {
    type: HOMEPAGE
    value: "https://stuvel.eu/rsa"
  }
  url {
    type: GIT
    value: "https://github.com/sybrenstuvel/python-rsa/"
  }
  version: "version-4.6"
  license_type: NOTICE
  last_upgrade_date {
    year: 2020
    month: 7
    day: 10
  }
}