diff options
author | Jack Lloyd <[email protected]> | 2016-12-08 20:58:51 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-12-08 20:58:51 -0500 |
commit | 00f297e0cf715b9c55deded933a70e811509f41a (patch) | |
tree | 2deefa1ccb079f2c605f3e929c07e3a5ab3204f1 /src/lib/pubkey/xmss/info.txt | |
parent | 7f267b20ca60727eeca7c4531f297eb82fbc10ee (diff) |
Remove <source> block from info.txt files
Kind of a vestigial thing from an earlier iteration of the module
design, and never useful to specify anymore since taking all the cpp
files is what you want exactly 100% of the time.
Diffstat (limited to 'src/lib/pubkey/xmss/info.txt')
-rw-r--r-- | src/lib/pubkey/xmss/info.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/lib/pubkey/xmss/info.txt b/src/lib/pubkey/xmss/info.txt index 93fe4eef5..8a834ffeb 100644 --- a/src/lib/pubkey/xmss/info.txt +++ b/src/lib/pubkey/xmss/info.txt @@ -1,23 +1,5 @@ define XMSS 20161008 -<source> -xmss_common_ops.cpp -xmss_hash.cpp -xmss_index_registry.cpp -xmss_parameters.cpp -xmss_privatekey.cpp -xmss_publickey.cpp -xmss_signature.cpp -xmss_signature_operation.cpp -xmss_verification_operation.cpp -xmss_wots_common_ops.cpp -xmss_wots_parameters.cpp -xmss_wots_privatekey.cpp -xmss_wots_publickey.cpp -xmss_wots_signature_operation.cpp -xmss_wots_verification_operation.cpp -</source> - <header:public> atomic.h xmss.h |