abacusai.cryptography
Functions
|
Verifies an API response using the signature in the response and a public key |
Retrieves the public key of this client |
Module Contents
- abacusai.cryptography.verify_response(public_key, response)
Verifies an API response using the signature in the response and a public key
- Raises:
ValueError – When the signature does not match or an invalid response is supplied
- Parameters: