summaryrefslogtreecommitdiff
path: root/libs/libaxolotl/src/curve25519/ed25519/additions/compare.h
blob: 6732976e4ca3b9479b243d1fe724bc940137ba6f (plain)
1
2
3
4
5
6
#ifndef __COMPARE_H__
#define __COMPARE_H__

int crypto_verify_32_ref(const unsigned char *b1, const unsigned char *b2);

#endif