File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,9 @@ Pure Python RSA implementation
2
2
==============================
3
3
4
4
[ ![ PyPI] ( https://img.shields.io/pypi/v/rsa.svg )] ( https://pypi.python.org/pypi/rsa )
5
- [ ![ Build Status] ( https://travis-ci.org/sybrenstuvel/python-rsa.svg?branch=master )]
6
- (https://travis-ci.org/sybrenstuvel/python-rsa )
7
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/sybrenstuvel/python-rsa/badge.svg?branch=master )]
8
- (https://coveralls.io/github/sybrenstuvel/python-rsa?branch=master )
9
- [ ![ Code Climate] ( https://img.shields.io/codeclimate/github/sybrenstuvel/python-rsa.svg )]
10
- (https://codeclimate.com/github/sybrenstuvel/python-rsa )
5
+ [ ![ Build Status] ( https://travis-ci.org/sybrenstuvel/python-rsa.svg?branch=master )] ( https://travis-ci.org/sybrenstuvel/python-rsa )
6
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/sybrenstuvel/python-rsa/badge.svg?branch=master )] ( https://coveralls.io/github/sybrenstuvel/python-rsa?branch=master )
7
+ [ ![ Code Climate] ( https://img.shields.io/codeclimate/github/sybrenstuvel/python-rsa.svg )] ( https://codeclimate.com/github/sybrenstuvel/python-rsa )
11
8
12
9
[ Python-RSA] ( https://stuvel.eu/rsa ) is a pure-Python RSA implementation. It supports
13
10
encryption and decryption, signing and verifying signatures, and key
You can’t perform that action at this time.
0 commit comments