-
Notifications
You must be signed in to change notification settings - Fork 469
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change XMSS License from
(Apache 2.0 AND MIT)
to `(Apache 2.0 OR MI…
…T) AND CC0-1.0` (#1697) * include CC0 and convert to Apache 2.0 OR MIT * update license * Add missing CC0-1.0
- Loading branch information
1 parent
001e96a
commit e1f02b2
Showing
58 changed files
with
82 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// SPDX-License-Identifier: Apache-2.0 AND MIT | ||
// SPDX-License-Identifier: (Apache-2.0 OR MIT) AND CC0-1.0 | ||
|
||
#include "sig_stfl_xmss_xmssmt.c" | ||
|
||
// ======================== XMSS-SHA2_10_512 ======================== // | ||
|
||
XMSS_ALG(, _sha512_h10, _SHA512_H10) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// SPDX-License-Identifier: Apache-2.0 AND MIT | ||
// SPDX-License-Identifier: (Apache-2.0 OR MIT) AND CC0-1.0 | ||
|
||
#include "sig_stfl_xmss_xmssmt.c" | ||
|
||
// ======================== XMSS-SHAKE_10_256 ======================== // | ||
|
||
XMSS_ALG(, _shake128_h10, _SHAKE128_H10) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// SPDX-License-Identifier: Apache-2.0 AND MIT | ||
// SPDX-License-Identifier: (Apache-2.0 OR MIT) AND CC0-1.0 | ||
|
||
#include "sig_stfl_xmss_xmssmt.c" | ||
|
||
// ======================== XMSS-SHAKE_10_256 ======================== // | ||
|
||
XMSS_ALG(, _shake128_h16, _SHAKE128_H16) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// SPDX-License-Identifier: Apache-2.0 AND MIT | ||
// SPDX-License-Identifier: (Apache-2.0 OR MIT) AND CC0-1.0 | ||
|
||
#include "sig_stfl_xmss_xmssmt.c" | ||
|
||
// ======================== XMSS-SHAKE_10_256 ======================== // | ||
|
||
XMSS_ALG(, _shake128_h20, _SHAKE128_H20) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// SPDX-License-Identifier: Apache-2.0 AND MIT | ||
// SPDX-License-Identifier: (Apache-2.0 OR MIT) AND CC0-1.0 | ||
|
||
#include "sig_stfl_xmss_xmssmt.c" | ||
|
||
// ======================== XMSS-SHAKE_10_512 ======================== // | ||
|
||
XMSS_ALG(, _shake256_h10, _SHAKE256_H10) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// SPDX-License-Identifier: Apache-2.0 AND MIT | ||
// SPDX-License-Identifier: (Apache-2.0 OR MIT) AND CC0-1.0 | ||
|
||
#include "sig_stfl_xmss_xmssmt.c" | ||
|
||
// ======================== XMSS-SHAKE_16_512 ======================== // | ||
|
||
XMSS_ALG(, _shake256_h16, _SHAKE256_H16) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// SPDX-License-Identifier: Apache-2.0 AND MIT | ||
// SPDX-License-Identifier: (Apache-2.0 OR MIT) AND CC0-1.0 | ||
|
||
#include "sig_stfl_xmss_xmssmt.c" | ||
|
||
// ======================== XMSS-SHAKE_20_512 ======================== // | ||
|
||
XMSS_ALG(, _shake256_h20, _SHAKE256_H20) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// SPDX-License-Identifier: Apache-2.0 AND MIT | ||
// SPDX-License-Identifier: (Apache-2.0 OR MIT) AND CC0-1.0 | ||
|
||
#include "sig_stfl_xmss_xmssmt.c" | ||
|
||
// ======================== XMSSMT-SHA2_20/2_256 ======================== // | ||
|
||
XMSS_ALG(mt, mt_sha256_h20_2, MT_SHA256_H20_2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// SPDX-License-Identifier: Apache-2.0 AND MIT | ||
// SPDX-License-Identifier: (Apache-2.0 OR MIT) AND CC0-1.0 | ||
|
||
#include "sig_stfl_xmss_xmssmt.c" | ||
|
||
// ======================== XMSSMT-SHA2_20/4_256 ======================== // | ||
|
||
XMSS_ALG(mt, mt_sha256_h20_4, MT_SHA256_H20_4) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// SPDX-License-Identifier: Apache-2.0 AND MIT | ||
// SPDX-License-Identifier: (Apache-2.0 OR MIT) AND CC0-1.0 | ||
|
||
#include "sig_stfl_xmss_xmssmt.c" | ||
|
||
// ======================== XMSSMT-SHA2_40/2_256 ======================== // | ||
|
||
XMSS_ALG(mt, mt_sha256_h40_2, MT_SHA256_H40_2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// SPDX-License-Identifier: Apache-2.0 AND MIT | ||
// SPDX-License-Identifier: (Apache-2.0 OR MIT) AND CC0-1.0 | ||
|
||
#include "sig_stfl_xmss_xmssmt.c" | ||
|
||
// ======================== XMSSMT-SHA2_40/4_256 ======================== // | ||
|
||
XMSS_ALG(mt, mt_sha256_h40_4, MT_SHA256_H40_4) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: Apache-2.0 AND MIT | ||
// SPDX-License-Identifier: (Apache-2.0 OR MIT) AND CC0-1.0 | ||
|
||
#include "sig_stfl_xmss_xmssmt.c" | ||
|
||
// ======================== XMSSMT-SHA2_40/8_256 ======================== // | ||
XMSS_ALG(mt, mt_sha256_h40_8, MT_SHA256_H40_8) | ||
|
||
XMSS_ALG(mt, mt_sha256_h40_8, MT_SHA256_H40_8) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
// SPDX-License-Identifier: Apache-2.0 AND MIT | ||
// SPDX-License-Identifier: (Apache-2.0 OR MIT) AND CC0-1.0 | ||
|
||
#include "sig_stfl_xmss_xmssmt.c" | ||
|
||
|
||
// ======================== XMSSMT-SHA2_60/12_256 ======================== // | ||
|
||
XMSS_ALG(mt, mt_sha256_h60_12, MT_SHA256_H60_12) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// SPDX-License-Identifier: Apache-2.0 AND MIT | ||
// SPDX-License-Identifier: (Apache-2.0 OR MIT) AND CC0-1.0 | ||
|
||
#include "sig_stfl_xmss_xmssmt.c" | ||
|
||
// ======================== XMSSMT-SHA2_60/3_256 ======================== // | ||
|
||
XMSS_ALG(mt, mt_sha256_h60_3, MT_SHA256_H60_3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.