crypto_verify_32.h 579 B

12345678910111213141516171819202122
  1. #ifndef crypto_verify_32_H
  2. #define crypto_verify_32_H
  3. #define crypto_verify_32_ref_BYTES 32
  4. #ifdef __cplusplus
  5. #include <string>
  6. extern "C" {
  7. #endif
  8. extern int crypto_verify_32_ref(const unsigned char *,const unsigned char *);
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #define crypto_verify_32 crypto_verify_32_ref
  13. #define crypto_verify_32_BYTES crypto_verify_32_ref_BYTES
  14. #define crypto_verify_32_IMPLEMENTATION "crypto_verify/32/ref"
  15. #ifndef crypto_verify_32_ref_VERSION
  16. #define crypto_verify_32_ref_VERSION "-"
  17. #endif
  18. #define crypto_verify_32_VERSION crypto_verify_32_ref_VERSION
  19. #endif