We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bd53d commit 39332ebCopy full SHA for 39332eb
shared-bindings/hashlib/__init__.c
@@ -20,7 +20,7 @@
20
//|
21
//| def new(name: str, data: bytes = b"") -> hashlib.Hash:
22
//| """Returns a Hash object setup for the named algorithm. Raises ValueError when the named
23
-//| algorithm is unsupported.
+//| algorithm is unsupported. Supported algorithms for ``name`` are ``'sha1`` and ``'sha256'``.
24
25
//| :return: a hash object for the given algorithm
26
//| :rtype: hashlib.Hash"""
0 commit comments