Contiki 2.5
Modules | Files | Data Structures | Macros

Modules

 'Hashing' implementation using the XOR function
 
 Hashing implementation using the xxFAST algorithm
 

Files

file  hash.h
 This file defines the interface for Hashing modules.
 

Data Structures

struct  hash_driver
 storage module interface More...
 

Macros

#define HASH   hash_xxfast
 Which hash driver are we going to use?
 

Detailed Description