cd simpleserial-sha3-allspec/

# to compile:
make PLATFORM=CWLITEARM CRYPTO_TARGET=NONE CRYPTO_OPTIONS=NONE F_CPU=5000000 (clean)

# use one of the following to write and test the implementation on the CW_Lite device:
SHA3_224 (Case 1):
	python3 test_SHA3_224.py

SHA3_256 (Case 2):
	python3 test_SHA3_256.py

SHA3_384 (Case 3):
	python3 test_SHA3_384.py

SHA3_512 (Case 4):
	python3 test_SHA3_512.py

SHAKE128 (Case 5):
        python3 test_SHAKE128.py

SHAKE256 (Case 6):
        python3 test_SHAKE256.py

