aboutsummaryrefslogtreecommitdiffstats
path: root/jni/ed25519/additions/compare.h
blob: 5a2fa910d4ba3cee17de094ea6e4bb707f1b2b99 (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