+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Contact: Krzysztof Jackiewicz <k.jackiewicz@samsung.com>
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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
+ */
+
+/**
+ * @file misc.c
+ * @brief
+ */
+
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
/*
* Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
*
- * Contact:
+ * Contact: Krzysztof Jackiewicz <k.jackiewicz@samsung.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* limitations under the License
*/
+/**
+ * @file crypto.c
+ * @brief
+ */
+
#include <assert.h>
#include <string.h>
/*
- * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Contact: Krzysztof Jackiewicz <k.jackiewicz@samsung.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* See the License for the specific language governing permissions and
* limitations under the License
*/
-/*
- * @file debug.c
- * @author Krzysztof Jackiewicz (k.jackiewicz@samsung.com)
+
+/**
+ * @file debug.c
+ * @brief
*/
#include <stdio.h>
* limitations under the License
*/
+/**
+ * @file digest.c
+ * @brief
+ */
+
#include <assert.h>
#include <stdint.h>
* limitations under the License
*/
+/**
+ * @file encrypt.c
+ * @brief
+ */
+
#include <assert.h>
#include <string.h>
#include <stdint.h>
*/
/**
- * @file encrypt.h
- * @brief Internal API
+ * @file internal.h
+ * @brief
*/
#ifndef YACA_INTERNAL_H
* limitations under the License
*/
+/**
+ * @file key.c
+ * @brief
+ */
+
#include <assert.h>
#include <stdlib.h>
#include <string.h>
* limitations under the License
*/
+/**
+ * @file seal.c
+ * @brief
+ */
+
#include <assert.h>
#include <string.h>
#include <stdint.h>
* limitations under the License
*/
+/**
+ * @file sign.c
+ * @brief
+ */
+
#include <assert.h>
#include <string.h>
* limitations under the License
*/
+/**
+ * @file simple.c
+ * @brief
+ */
+
#include <assert.h>
#include <limits.h>
#include <stdint.h>