Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ovx committed Nov 29, 2024
1 parent 968dbaa commit 685da15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The ALTCHA Python Library is a lightweight, zero-dependency library designed for

This library is compatible with:

- Python 3.6+
- Python 3.9+

## Example

Expand Down Expand Up @@ -125,7 +125,7 @@ Verifies the hash of form fields.
- `fields_hash (str)`: The expected hash value.
- `algorithm (str)`: Hashing algorithm (`'SHA-1'`, `'SHA-256'`, `'SHA-512'`).

**Returns:** `(bool, str or None)`
**Returns:** `bool`

### `verify_server_signature(payload, hmac_key)`

Expand All @@ -150,7 +150,7 @@ Finds a solution to the given challenge.
- `max_number (int)`: Maximum number to iterate to.
- `start (int)`: Starting number.

**Returns:** `(Solution or None, str or None)`
**Returns:** `Solution or None`

## License

Expand Down

0 comments on commit 685da15

Please sign in to comment.