libsignal-protocol-c  master
crypto_uint32.h
1 #ifndef crypto_uint32_h
2 #define crypto_uint32_h
3 
4 typedef unsigned int crypto_uint32;
5 
6 #endif