Skip to content

Commit

Permalink
ADD: initialize enclave hyperledger#3
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangsk01 committed Oct 16, 2021
1 parent 3966571 commit 7411202
Show file tree
Hide file tree
Showing 224 changed files with 133,711 additions and 0 deletions.
1,339 changes: 1,339 additions & 0 deletions peer/node/enclave/sgxsdk/include/ipp/ippcp.h

Large diffs are not rendered by default.

813 changes: 813 additions & 0 deletions peer/node/enclave/sgxsdk/include/ipp/ippcpdefs.h

Large diffs are not rendered by default.

58 changes: 58 additions & 0 deletions peer/node/enclave/sgxsdk/include/ipp/ippversion.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
/*******************************************************************************
* Copyright 2001-2019 Intel Corporation
* All Rights Reserved.
*
* If this software was obtained under the Intel Simplified Software License,
* the following terms apply:
*
* The source code, information and material ("Material") contained herein is
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors. The
* Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions. No part of the Material may be used, copied, reproduced,
* modified, published, uploaded, posted, transmitted, distributed or disclosed
* in any way without Intel's prior express written permission. No license under
* any patent, copyright or other intellectual property rights in the Material
* is granted to or conferred upon you, either expressly, by implication,
* inducement, estoppel or otherwise. Any license under such intellectual
* property rights must be express and approved by Intel in writing.
*
* Unless otherwise agreed by Intel in writing, you may not remove or alter this
* notice or any other notice embedded in Materials by Intel or Intel's
* suppliers or licensors in any way.
*
*
* If this software was obtained under the Apache License, Version 2.0 (the
* "License"), the following terms apply:
*
* You may not use this file except in compliance with the License. You may
* obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* See the License for the specific language governing permissions and
* limitations under the License.
*******************************************************************************/

/*
// Intel(R) Integrated Performance Primitives (Intel(R) IPP)
// Purpose: Describes the Intel(R) IPP version
//
//
*/


#if !defined( IPPVERSION_H__ )
#define IPPVERSION_H__

#define IPP_VERSION_MAJOR 2019
#define IPP_VERSION_MINOR 0
#define IPP_VERSION_UPDATE 5

#define IPP_VERSION_STR "2019.0.5"

#endif /* IPPVERSION_H__ */
549 changes: 549 additions & 0 deletions peer/node/enclave/sgxsdk/include/ipp/sgx_ippcp.h

Large diffs are not rendered by default.

Loading

0 comments on commit 7411202

Please sign in to comment.