@@ -136,16 +136,16 @@ Using :func:`new` with an algorithm name:
136136 '031edd7d41651593c5fe5c006fa5752b37fddff7bc4e843aa6af0c950f4b9406'
137137
138138
139- .. function :: md5([, data], \ *, usedforsecurity=True)
140- .. function :: sha1([, data], \ *, usedforsecurity=True)
141- .. function :: sha224([, data], \ *, usedforsecurity=True)
142- .. function :: sha256([, data], \ *, usedforsecurity=True)
143- .. function :: sha384([, data], \ *, usedforsecurity=True)
144- .. function :: sha512([, data], \ *, usedforsecurity=True)
145- .. function :: sha3_224([, data], \ *, usedforsecurity=True)
146- .. function :: sha3_256([, data], \ *, usedforsecurity=True)
147- .. function :: sha3_384([, data], \ *, usedforsecurity=True)
148- .. function :: sha3_512([, data], \ *, usedforsecurity=True)
139+ .. function :: md5([, data], *, usedforsecurity=True)
140+ .. function :: sha1([, data], *, usedforsecurity=True)
141+ .. function :: sha224([, data], *, usedforsecurity=True)
142+ .. function :: sha256([, data], *, usedforsecurity=True)
143+ .. function :: sha384([, data], *, usedforsecurity=True)
144+ .. function :: sha512([, data], *, usedforsecurity=True)
145+ .. function :: sha3_224([, data], *, usedforsecurity=True)
146+ .. function :: sha3_256([, data], *, usedforsecurity=True)
147+ .. function :: sha3_384([, data], *, usedforsecurity=True)
148+ .. function :: sha3_512([, data], *, usedforsecurity=True)
149149
150150Named constructors such as these are faster than passing an algorithm name to
151151:func: `new `.
@@ -234,8 +234,8 @@ A hash object has the following methods:
234234SHAKE variable length digests
235235-----------------------------
236236
237- .. function :: shake_128([, data], \ *, usedforsecurity=True)
238- .. function :: shake_256([, data], \ *, usedforsecurity=True)
237+ .. function :: shake_128([, data], *, usedforsecurity=True)
238+ .. function :: shake_256([, data], *, usedforsecurity=True)
239239
240240The :func: `shake_128 ` and :func: `shake_256 ` algorithms provide variable
241241length digests with length_in_bits//2 up to 128 or 256 bits of security.
0 commit comments