@@ -131,16 +131,16 @@ Using :func:`new` with an algorithm name:
131
131
'031edd7d41651593c5fe5c006fa5752b37fddff7bc4e843aa6af0c950f4b9406'
132
132
133
133
134
- .. function :: md5([, data], \ *, usedforsecurity=True)
135
- .. function :: sha1([, data], \ *, usedforsecurity=True)
136
- .. function :: sha224([, data], \ *, usedforsecurity=True)
137
- .. function :: sha256([, data], \ *, usedforsecurity=True)
138
- .. function :: sha384([, data], \ *, usedforsecurity=True)
139
- .. function :: sha512([, data], \ *, usedforsecurity=True)
140
- .. function :: sha3_224([, data], \ *, usedforsecurity=True)
141
- .. function :: sha3_256([, data], \ *, usedforsecurity=True)
142
- .. function :: sha3_384([, data], \ *, usedforsecurity=True)
143
- .. function :: sha3_512([, data], \ *, usedforsecurity=True)
134
+ .. function :: md5([, data], *, usedforsecurity=True)
135
+ .. function :: sha1([, data], *, usedforsecurity=True)
136
+ .. function :: sha224([, data], *, usedforsecurity=True)
137
+ .. function :: sha256([, data], *, usedforsecurity=True)
138
+ .. function :: sha384([, data], *, usedforsecurity=True)
139
+ .. function :: sha512([, data], *, usedforsecurity=True)
140
+ .. function :: sha3_224([, data], *, usedforsecurity=True)
141
+ .. function :: sha3_256([, data], *, usedforsecurity=True)
142
+ .. function :: sha3_384([, data], *, usedforsecurity=True)
143
+ .. function :: sha3_512([, data], *, usedforsecurity=True)
144
144
145
145
Named constructors such as these are faster than passing an algorithm name to
146
146
:func: `new `.
@@ -234,8 +234,8 @@ A hash object has the following methods:
234
234
SHAKE variable length digests
235
235
-----------------------------
236
236
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)
239
239
240
240
The :func: `shake_128 ` and :func: `shake_256 ` algorithms provide variable
241
241
length digests with length_in_bits//2 up to 128 or 256 bits of security.
0 commit comments