crypto_verify_16.h 579 B

12345678910111213141516171819202122
  1. #ifndef crypto_verify_16_H
  2. #define crypto_verify_16_H
  3. #define crypto_verify_16_ref_BYTES 16
  4. #ifdef __cplusplus
  5. #include <string>
  6. extern "C" {
  7. #endif
  8. extern int crypto_verify_16_ref(const unsigned char *,const unsigned char *);
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #define crypto_verify_16 crypto_verify_16_ref
  13. #define crypto_verify_16_BYTES crypto_verify_16_ref_BYTES
  14. #define crypto_verify_16_IMPLEMENTATION "crypto_verify/16/ref"
  15. #ifndef crypto_verify_16_ref_VERSION
  16. #define crypto_verify_16_ref_VERSION "-"
  17. #endif
  18. #define crypto_verify_16_VERSION crypto_verify_16_ref_VERSION
  19. #endif