Expand description
Community implementation of the Altcha library in Rust for your own server applications to create and validate challenges and responses.
For more details about Altcha see https://altcha.org/docs
Modules§
Structs§
- Challenge
- Challenge defines the challenge send to the client
- Challenge
Options - ChallengeOptions defines the options for creating a challenge
- Payload
- Payload defines the response from the client
Constants§
Functions§
- create_
challenge - Creates a challenge for the client to solve.
- solve_
challenge - Solves a challenge by brute force. Used for testing.
- verify_
solution - Verifies the solution provided by the client.