measure.c 351 B

123456789101112131415161718
  1. #include "crypto_hashblocks.h"
  2. const char *primitiveimplementation = crypto_hashblocks_IMPLEMENTATION;
  3. const char *implementationversion = crypto_hashblocks_VERSION;
  4. const char *sizenames[] = { "statebytes", 0 };
  5. const long long sizes[] = { crypto_hashblocks_STATEBYTES };
  6. void preallocate(void)
  7. {
  8. }
  9. void allocate(void)
  10. {
  11. }
  12. void measure(void)
  13. {
  14. }