Skip to main content

Module cache

Module cache 

Source
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§

AddChallenge

Traits§

Save
Describes actor handler trait impls that are required by a cache implementation