measure.c 330 B

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