Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit092acf8

Browse files
committed
README: change header style
Change header style from RestructuredText style (dashes under header) toMarkDown style (pound signs in front of header).
1 parent5b517c2 commit092acf8

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. Seehttps://securitypitfalls.wordpress.com/2018/08/03/constant-time-compare-in-python/ for more info.
3029

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp