libsignal-protocol-c  master
compare.h
1 #ifndef __COMPARE_H__
2 #define __COMPARE_H__
3 
4 int crypto_verify_32_ref(const unsigned char *b1, const unsigned char *b2);
5 
6 #endif