Skip to content

Commit c1c4eb2

Browse files
Update README.rst
Edit description.
1 parent 045288b commit c1c4eb2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Secure Systems Library
88
:target: https://coveralls.io/github/secure-systems-lab/securesystemslib?branch=master
99

1010
A library that provides cryptographic and general-purpose functions for Secure
11-
Systems Lab projects at NYU.
11+
Systems Lab projects at NYU. The routines are general enough to be usable by other
12+
projects.
1213

1314
Overview
1415
++++++++
@@ -18,10 +19,10 @@ general-purpose cryptography, such as `ECDSA
1819
<https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm>`_,
1920
`Ed25519 <http://ed25519.cr.yp.to/>`_, `RSA
2021
<https://en.wikipedia.org/wiki/RSA_%28cryptosystem%29>`_, SHA256, SHA512, etc.
21-
Cryptography operations are performed via configurable external cryptography
22+
Cryptography operations are performed via configurable cryptography
2223
libraries (e.g., `cryptography <https://cryptography.io/en/latest/>`_ and
2324
`PyNaCl <https://github.com/pyca/pynacl>`_). Users may choose from
24-
cryptography library options for supported algorithms by modifying their
25+
cryptography library options for supported algorithms by modifying the library's
2526
corresponding entries in settings.py.
2627

2728
The cryptography library may be used to generate keys and signatures with the

0 commit comments

Comments
 (0)