Skip to content

Commit

Permalink
add license to all files in external
Browse files Browse the repository at this point in the history
  • Loading branch information
ducnguyen-sb committed Jan 11, 2024
1 parent 37b7d8c commit 05501c0
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sig_stfl/xmss/external/core_hash.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 AND MIT
#include <oqs/sha2.h>
#include <oqs/sha3.h>
#include "core_hash.h"
Expand Down
1 change: 1 addition & 0 deletions src/sig_stfl/xmss/external/core_hash.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 AND MIT
#ifndef CORE_HASH
#define CORE_HASH

Expand Down
1 change: 1 addition & 0 deletions src/sig_stfl/xmss/external/hash.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 AND MIT
#include <stdint.h>
#include <string.h>

Expand Down
1 change: 1 addition & 0 deletions src/sig_stfl/xmss/external/hash.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 AND MIT
#ifndef XMSS_HASH_H
#define XMSS_HASH_H

Expand Down
1 change: 1 addition & 0 deletions src/sig_stfl/xmss/external/hash_address.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 AND MIT
#include <stdint.h>
#include "hash_address.h"

Expand Down
1 change: 1 addition & 0 deletions src/sig_stfl/xmss/external/hash_address.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 AND MIT
#ifndef XMSS_HASH_ADDRESS_H
#define XMSS_HASH_ADDRESS_H

Expand Down
1 change: 1 addition & 0 deletions src/sig_stfl/xmss/external/namespace.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 AND MIT
#ifndef XMSS_NAMESPACE_H
#define XMSS_NAMESPACE_H

Expand Down
1 change: 1 addition & 0 deletions src/sig_stfl/xmss/external/params.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 AND MIT
#include <stdint.h>
#include <string.h>

Expand Down
1 change: 1 addition & 0 deletions src/sig_stfl/xmss/external/params.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 AND MIT
#ifndef XMSS_PARAMS_H
#define XMSS_PARAMS_H

Expand Down
1 change: 1 addition & 0 deletions src/sig_stfl/xmss/external/utils.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 AND MIT
#include "utils.h"

/**
Expand Down
1 change: 1 addition & 0 deletions src/sig_stfl/xmss/external/utils.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 AND MIT
#ifndef XMSS_UTILS_H
#define XMSS_UTILS_H

Expand Down
1 change: 1 addition & 0 deletions src/sig_stfl/xmss/external/wots.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 AND MIT
#include <stdint.h>
#include <string.h>

Expand Down
1 change: 1 addition & 0 deletions src/sig_stfl/xmss/external/wots.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 AND MIT
#ifndef XMSS_WOTS_H
#define XMSS_WOTS_H

Expand Down
1 change: 1 addition & 0 deletions src/sig_stfl/xmss/external/xmss.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 AND MIT
#include <stdint.h>

#include "params.h"
Expand Down
1 change: 1 addition & 0 deletions src/sig_stfl/xmss/external/xmss.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 AND MIT
#ifndef XMSS_H
#define XMSS_H

Expand Down
1 change: 1 addition & 0 deletions src/sig_stfl/xmss/external/xmss_commons.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 AND MIT
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
Expand Down
1 change: 1 addition & 0 deletions src/sig_stfl/xmss/external/xmss_commons.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 AND MIT
#ifndef XMSS_COMMONS_H
#define XMSS_COMMONS_H

Expand Down
1 change: 1 addition & 0 deletions src/sig_stfl/xmss/external/xmss_core.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 AND MIT
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
Expand Down
1 change: 1 addition & 0 deletions src/sig_stfl/xmss/external/xmss_core.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 AND MIT
#ifndef XMSS_CORE_H
#define XMSS_CORE_H

Expand Down
1 change: 1 addition & 0 deletions src/sig_stfl/xmss/external/xmss_core_fast.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0 AND MIT
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
Expand Down

0 comments on commit 05501c0

Please sign in to comment.