auth2table - hash table structure
The auth2table structure is used to describe an hash table with two keys.
The declarations needed to work on auth2table are available in the header file /labo/include/aut101.h", where `101' is the actual aut version.
The following C structure supports the description of an hash element :
typedef struct auth2table
{
auth2elem *TABLE;
aut(1) , auth2table(3) ,
This tool is under development at the ASIM/LIP6/UPMC laboratory, cao-vlsi
research team.
We need your feedbak to improve documentation and tools.
If you find bugs, please fill-in the form at
http://asim.lip6.fr/alliance/support/bug-report/
Thanks for doing this.