From afbbe71f314f6dae113f706fe06a9e07ec85fb18 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Tue, 25 Mar 2025 20:43:23 +0100 Subject: [PATCH] updated readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcc931c..5db0996 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,13 @@ Docs and current knowledge can be found in [doc's directory](doc/README.md). # Code -There is test code available in [src/test](src/test) to test behaviour of `config-token`. +There is test code available in [src/test](src/test). -The test `test_our_config_token` currently fails, because we do not yet have a correct private-key. +These tests should rebuild the DLS behaviour and try to rebuild the expected output based on [docs](doc/README.md). + +- The test [`test_our_config_token`](src/test/test_config_token.py) currently fails, because we do not yet have a + correct private-key +- The test [`test_decrypt`](src/test/test_decrypt.py) currently fails, because we do not know the right de/encryption + algorithms +- The test [`test_instance_token`](src/test/test_instance_token.py) currently fails, because we do not know how this is + build