Module libmcaptcha::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

  • In-memory cache implementation that uses HashMap
  • Messages that can be sent to cache data structures implementing Save
  • Cache implementation that uses Redis

Structs

Traits

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