Tool/software:
I am trying to work with the XKCP library for the use of the cSHAKE algorithm and I am having difficulty as I get the following error: "{
"resource": "file:///c%3A/Users/tyler/workspace_ccstheia/BoardTesting",
"owner": "ccs-client",
"severity": 1,
"message": " #10006-D: member \"SP800-185.o\" of archive \"C:/Users/tyler/workspace_ccstheia/BoardTesting/keccak_generic32/libXKCP.a\" is not a recognized object file",
"startLineNumber": 0,
"startColumn": 0,
"endLineNumber": 0,
"endColumn": 0
}"
cSHAKE is prototyped in the SP800.185.h file, which I have had no trouble getting CCS to recognize, but compilation always fails with this error.
Any indication of what I might be doing wrong would be appreciated, and I can provide more information if it is necessary.