diff options
Diffstat (limited to 'jni/ed25519/additions/compare.h')
-rw-r--r-- | jni/ed25519/additions/compare.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jni/ed25519/additions/compare.h b/jni/ed25519/additions/compare.h new file mode 100644 index 00000000..5a2fa910 --- /dev/null +++ b/jni/ed25519/additions/compare.h @@ -0,0 +1,6 @@ +#ifndef __COMPARE_H__ +#define __COMPARE_H__ + +int crypto_verify_32_ref(const unsigned char *b1, const unsigned char *b2); + +#endif |