diff options
author | Jack Lloyd <[email protected]> | 2020-03-15 08:18:59 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-03-15 08:28:48 -0400 |
commit | 0eed28a9cfdbc2ebc8fc973c5058bbe831ee19ca (patch) | |
tree | 2fd4cdce6fea86d9395a396982f4a7634250c98e /src/lib/pubkey/xmss | |
parent | fe9465577388d4a6fd10758cb12d50f3986875d1 (diff) |
Build and link the tests and cli on baremetal as well
Not actually useful for the most part but it ensures everything builds
in a no-filesystem environment which is useful.
Add a OS feature for atomic operations since these aren't necessarily
available.
Diffstat (limited to 'src/lib/pubkey/xmss')
-rw-r--r-- | src/lib/pubkey/xmss/info.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/pubkey/xmss/info.txt b/src/lib/pubkey/xmss/info.txt index 72b127831..6adc1fda8 100644 --- a/src/lib/pubkey/xmss/info.txt +++ b/src/lib/pubkey/xmss/info.txt @@ -33,3 +33,7 @@ rng hash sha2_32 </requires> + +<os_features> +atomics +</os_features> |