Re: [tools] tester: Use shorter SHA512 encoding

2023-08-10 Thread Chris Johns
OK to push Thanks Chris On 10/8/2023 11:52 pm, Sebastian Huber wrote: > Encode the SHA512 digest in base64urlsafe instead of a hex string to > reduce the report size. > --- > tester/rt/test.py | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/tester/rt/test.py b/tester/

[tools] tester: Use shorter SHA512 encoding

2023-08-10 Thread Sebastian Huber
Encode the SHA512 digest in base64urlsafe instead of a hex string to reduce the report size. --- tester/rt/test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tester/rt/test.py b/tester/rt/test.py index 2b5ad85..0e22002 100644 --- a/tester/rt/test.py +++ b/tester/rt/test.