blob: 1cb043ab4b7363fcff51a03e7135a7b2ca14d137 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* Copyright (C) 2017-2021 Alibaba Group Holding Limited
*/
/******************************************************************************
* @file sec_library.h
* @brief Header File for sec library
* @version V1.0
* @date 20. Jul 2021
* @model sm4
******************************************************************************/
#ifndef _SL_H_
#define _SL_H_
#endif /* _SL_H_ */
|