Fix doc formatting

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

View File

@ -88,6 +88,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::
class MySigner(HTTPSignatureAuth):
def add_digest(self, request):
super().add_digest(request, algorithm="sha-512")