ed25519/verify.h

6 lines
126 B
C
Raw Normal View History

2013-01-11 22:32:39 +01:00
#ifndef CONSTTIME_CMP_H
#define CONSTTIME_CMP_H
int consttime_cmp_32(const unsigned char *x, const unsigned char *y);
#endif