commit | 337e98423860f1e46b4afbcd2b1c45238193aadd | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Sep 04 07:48:04 2015 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Sep 04 07:48:04 2015 -0400 |
tree | db9de8dc010ccb0220c4037bdcc6bf7ac5fd4fa7 | |
parent | 37d8c2c0c201da0596f07bd15cb456d9ebc1bf42 [diff] | |
parent | b845044c9fee0a6d486fedff76a92ba21d558a6b [diff] |
Merge pull request #313 from zakkie/doc/get_elliptic_curve get_elliptic_curve require 'name' parameter
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst index 189f440..ef81892 100644 --- a/doc/api/crypto.rst +++ b/doc/api/crypto.rst
@@ -22,7 +22,7 @@ used for ECDHE key exchange. -.. py:function:: get_elliptic_curve +.. py:function:: get_elliptic_curve(name) Return a single curve object selected by name.