ed25519/verify.h
2013-01-11 22:32:39 +01:00

6 lines
126 B
C

#ifndef CONSTTIME_CMP_H
#define CONSTTIME_CMP_H
int consttime_cmp_32(const unsigned char *x, const unsigned char *y);
#endif