Added comment to zuc.cc and zuc.h

This commit is contained in:
Pedro Alvarez 2019-09-09 19:06:52 +01:00 committed by Andre Puschmann
parent 004db4a067
commit 9b20a0de16
2 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,13 @@
/*---------------------------------------------------------
zuc.h
Adapted from ETSI/SAGE specifications:
"Specification of the 3GPP Confidentiality
and Integrity Algorithms 128-EEA3 & 128-EIA3.
Document 2: ZUC Specification"
---------------------------------------------------------*/
#ifndef SRSLTE_ZUC_H
#define SRSLTE_ZUC_H

View File

@ -1,4 +1,12 @@
/*---------------------------------------------------------
zuc.cc
Adapted from ETSI/SAGE specifications:
"Specification of the 3GPP Confidentiality
and Integrity Algorithms 128-EEA3 & 128-EIA3.
Document 2: ZUC Specification"
---------------------------------------------------------*/
#include "srslte/common/zuc.h"