Skip to content

Commit 092acf8

Browse files
committed
README: change header style
Change header style from RestructuredText style (dashes under header) to MarkDown style (pound signs in front of header).
1 parent 5b517c2 commit 092acf8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Pure Python RSA implementation
2-
==============================
1+
# Pure Python RSA implementation
32

43
[![PyPI](https://img.shields.io/pypi/v/rsa.svg)](https://pypi.org/project/rsa/)
54
[![Build Status](https://travis-ci.org/sybrenstuvel/python-rsa.svg?branch=master)](https://travis-ci.org/sybrenstuvel/python-rsa)
@@ -23,8 +22,8 @@ or download it from the [Python Package Index](https://pypi.org/project/rsa/).
2322
The source code is maintained at [GitHub](https://github.com/sybrenstuvel/python-rsa/) and is
2423
licensed under the [Apache License, version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
2524

26-
Security
27-
--------
25+
## Security
26+
2827

2928
Because of how Python internally stores numbers, it is very hard (if not impossible) to make a pure-Python program secure against timing attacks. This library is no exception, so use it with care. See https://securitypitfalls.wordpress.com/2018/08/03/constant-time-compare-in-python/ for more info.
3029

0 commit comments

Comments
 (0)