Commit 02afb2c0 authored by Tien Thinh NGUYEN's avatar Tien Thinh NGUYEN

Remove author header for Security Alg

parent 5bc68422
...@@ -19,13 +19,6 @@ ...@@ -19,13 +19,6 @@
* contact@openairinterface.org * contact@openairinterface.org
*/ */
/*! \file rijndael.cpp
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#include "authentication_algorithms_with_5gaka.hpp" #include "authentication_algorithms_with_5gaka.hpp"
typedef uint8_t u8; typedef uint8_t u8;
......
...@@ -19,13 +19,6 @@ ...@@ -19,13 +19,6 @@
* contact@openairinterface.org * contact@openairinterface.org
*/ */
/*! \file sha256.cpp
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#include "sha256.hpp" #include "sha256.hpp"
#include <cstring> #include <cstring>
......
...@@ -19,13 +19,6 @@ ...@@ -19,13 +19,6 @@
* contact@openairinterface.org * contact@openairinterface.org
*/ */
/*! \file sha256.hpp
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#ifndef Sha256_H #ifndef Sha256_H
#define Sha256_H #define Sha256_H
#include <string> #include <string>
......
# CODEOWNERS
SNOW3G Library
- Kharbach Othmane
- GAUTHIER Lionel
Others:
- Keliang DU
...@@ -19,13 +19,6 @@ ...@@ -19,13 +19,6 @@
* contact@openairinterface.org * contact@openairinterface.org
*/ */
/*! \file nas_algorithms.cpp
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#include "nas_algorithms.hpp" #include "nas_algorithms.hpp"
#include "logger.hpp" #include "logger.hpp"
......
...@@ -19,13 +19,6 @@ ...@@ -19,13 +19,6 @@
* contact@openairinterface.org * contact@openairinterface.org
*/ */
/*! \file nas_algorithms.hpp
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#ifndef _NAS_ALGORITHMS_H_ #ifndef _NAS_ALGORITHMS_H_
#define _NAS_ALGORITHMS_H_ #define _NAS_ALGORITHMS_H_
......
...@@ -19,13 +19,6 @@ ...@@ -19,13 +19,6 @@
* contact@openairinterface.org * contact@openairinterface.org
*/ */
/*! \file rijndael.c
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#include <stdint.h> #include <stdint.h>
/* Rijndael S-box SR */ /* Rijndael S-box SR */
......
...@@ -19,13 +19,6 @@ ...@@ -19,13 +19,6 @@
* contact@openairinterface.org * contact@openairinterface.org
*/ */
/*! \file rijndael.h
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#ifndef FILE_RIJNDAEL_SEEN #ifndef FILE_RIJNDAEL_SEEN
#define FILE_RIJNDAEL_SEEN #define FILE_RIJNDAEL_SEEN
/* Rijndael S-box SR */ /* Rijndael S-box SR */
......
...@@ -19,12 +19,6 @@ ...@@ -19,12 +19,6 @@
* contact@openairinterface.org * contact@openairinterface.org
*/ */
/*! \file snow3g.c
\brief
\date 2020
\email: contact@openairinterface.org
*/
#include "snow3g.h" #include "snow3g.h"
#include <stdint.h> #include <stdint.h>
......
...@@ -19,19 +19,9 @@ ...@@ -19,19 +19,9 @@
* contact@openairinterface.org * contact@openairinterface.org
*/ */
/*! \file snow3g.h
* \brief
* \author Open source Adapted from Specification of the 3GPP Confidentiality
* and Integrity Algorithms UEA2 & UIA2. Document 2: SNOW 3G Specification
* \integrators Kharbach Othmane, GAUTHIER Lionel.
* \date 2014
* \version
* \note
* \bug
* \warning
*/
#ifndef FILE_SNOW3G_SEEN #ifndef FILE_SNOW3G_SEEN
#define FILE_SNOW3G_SEEN #define FILE_SNOW3G_SEEN
#include <stdint.h>
typedef struct snow_3g_context_s { typedef struct snow_3g_context_s {
uint32_t LFSR_S0; uint32_t LFSR_S0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment