@@ -136,16 +136,16 @@ Using :func:`new` with an algorithm name:
136
136
'031edd7d41651593c5fe5c006fa5752b37fddff7bc4e843aa6af0c950f4b9406'
137
137
138
138
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)
149
149
150
150
Named constructors such as these are faster than passing an algorithm name to
151
151
: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