// Copyright (c) 2015 Qualcomm Technologies, Inc.  All Rights Reserved.
// Qualcomm Technologies Proprietary and Confidential.

/**
* @addtogroup CCrypto
* @{
  Class CCrypto implements \link ICrypto \endlink interface.
	
  The class ID `Crypto` is included in the default privilege set, therefore the 
  CCrypto class is available to every TA. 
*/

const uint32 CCrypto_UID = 11;

/** @} */
