Revision 03773984565f987b2950dd0429e04e2fdd4c86d8 authored by Harshit Dokania on 18 September 2014, 02:12:15 UTC, committed by Tim Haines on 12 August 2016, 05:27:26 UTC
Change-Id: Id4504b89a4358baeb6e5e383ce1216a482eb067e
1 parent 4aff741
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