| 948 | |
| 949 | |
| 950 | int main(int argc, char ** argv) |
| 951 | { |
| 952 | driver1(); /* test that the key is hashed: used for timings */ |
| 953 | driver2(); /* test that whole key is hashed thoroughly */ |
| 954 | driver3(); /* test that nothing but the key is hashed */ |
| 955 | driver4(); /* test hashing multiple buffers (all buffers are null) */ |
| 956 | return 1; |
| 957 | } |
| 958 | |
| 959 | #endif /* _JLU3_SELFTEST */ |