Skip to content

Commit 2c1d512

Browse files
hugovksybrenstuvel
authored andcommitted
Fix typo
1 parent 3bdc82e commit 2c1d512

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Version 3.4.1 - released 2016-03-26
3838
Version 3.4 - released 2016-03-17
3939
----------------------------------------
4040

41-
- Moved development to Github: https://github.com/sybrenstuvel/python-rsa
41+
- Moved development to GitHub: https://github.com/sybrenstuvel/python-rsa
4242
- Solved side-channel vulnerability by implementing blinding, fixes #19
4343
- Deprecated the VARBLOCK format and rsa.bigfile module due to security issues, see
4444
https://github.com/sybrenstuvel/python-rsa/issues/13

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Download and install using:
2020

2121
or download it from the [Python Package Index](https://pypi.python.org/pypi/rsa).
2222

23-
The source code is maintained at [Github](https://github.com/sybrenstuvel/python-rsa/) and is
23+
The source code is maintained at [GitHub](https://github.com/sybrenstuvel/python-rsa/) and is
2424
licensed under the [Apache License, version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
2525

2626

doc/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ then type::
1616

1717

1818
The sources are tracked in our `Git repository`_ at
19-
Github. It also hosts the `issue tracker`_.
19+
GitHub. It also hosts the `issue tracker`_.
2020

2121
.. _`Git repository`: https://github.com/sybrenstuvel/python-rsa.git
2222
.. _`issue tracker`: https://github.com/sybrenstuvel/python-rsa/issues

doc/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,10 @@ Only using Python-RSA: the VARBLOCK format
303303
2. decrypt/encrypt_bigfile() does not use hybrid encryption (it uses plain RSA)
304304
and has no method for chaining, so block reordering is possible.
305305

306-
See `issue #19 on Github`_ for more information.
306+
See `issue #19 on GitHub`_ for more information.
307307

308308
.. _Authenticated encryption: https://en.wikipedia.org/wiki/Authenticated_encryption
309-
.. _issue #19 on Github: https://github.com/sybrenstuvel/python-rsa/issues/13
309+
.. _issue #19 on GitHub: https://github.com/sybrenstuvel/python-rsa/issues/13
310310

311311
As of Python-RSA version 4.0, the VARBLOCK format has been removed from the
312312
library. For now, this section is kept here to document the issues with that

0 commit comments

Comments
 (0)