Expand description
message datatypes to interact with MCaptcha actor Cache is used to save proofof work details and nonces to prevent replay attacks and rainbow/dictionary attacks
Modules§
- hashcache
- In-memory cache implementation that uses HashMap
- messages
- Messages that can be sent to cache data structures implementing Save
- redis
- Cache implementation that uses Redis
Structs§
Traits§
- Save
- Describes actor handler trait impls that are required by a cache implementation