misc_test.c 155 B

12345678910111213
  1. #include <tomcrypt_test.h>
  2. int misc_test(void)
  3. {
  4. #ifdef LTC_HKDF
  5. DO(hkdf_test());
  6. #endif
  7. return 0;
  8. }
  9. /* $Source$ */
  10. /* $Revision$ */
  11. /* $Date$ */