Revision 787a9f0ab8028893a02962f922b52950596d8e6e authored by Collin J. Sutton on 26 February 2014, 09:22:45 UTC, committed by Tom Quinn on 02 September 2016, 22:13:39 UTC
Change-Id: I5e822b85c09dd478d06fb64253576c0230fb70bd
1 parent 7d0fc8e
Raw File
keytype.h


#ifdef BIGKEYS
# if CMK_HAS_INT16
typedef CmiUInt16 KeyType;
# else
#error  "128-bit integer not supported."
# endif
#else
typedef CmiUInt8  KeyType;
#endif

back to top