Clarify digests doc

pull/34/head
Andrey Kislyuk 2022-04-10 22:17:53 -07:00
parent 65d0d98659
commit c9e8e39eff
No known key found for this signature in database
GPG Key ID: 8AFAFCD242818A52
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ constructor as bytes in the PEM format, or configure the key resolver as follows
Digest algorithms
~~~~~~~~~~~~~~~~~
The library supports SHA-512 digests via subclassing::
If you need to generate a Content-Digest header using SHA-512, you can do so via subclassing::
class MySigner(HTTPSignatureAuth):
def add_digest(self, request):