File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ Secure Systems Library
88 :target: https://coveralls.io/github/secure-systems-lab/securesystemslib?branch=master
99
1010A 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
1314Overview
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
2223libraries (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
2526corresponding entries in settings.py.
2627
2728The cryptography library may be used to generate keys and signatures with the
You can’t perform that action at this time.
0 commit comments