Sha256: 9b258f9f6195e0cc0e71c077cf901d765e4dca9a4e990af0430dee89abc9e75b
Contents?: true
Size: 156 Bytes
Versions: 20
Compression:
Stored size: 156 Bytes
Contents
#ifndef TYPES_H #define TYPES_H #include "crypto_uint32.h" typedef crypto_uint32 uint32; #include "crypto_uint64.h" typedef crypto_uint64 uint64; #endif
Version data entries
20 entries across 20 versions & 2 rubygems