Add signature and verification tests for RSA and ECDSA.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2023-10-02 00:48:54 +02:00
parent 37421d9aad
commit 1105a1263c
7 changed files with 208 additions and 24 deletions

View File

@@ -8,7 +8,7 @@ sleep 2
rm -f memory.flash
tar -xf tests/memory.tar.gz
./build_in_docker/pico_hsm > /dev/null 2>&1 &
pytest tests -W ignore::DeprecationWarning
#pytest tests -W ignore::DeprecationWarning
chmod a+x tests/scripts/*.sh