add tests for hex

This commit is contained in:
2022-10-18 16:59:33 +02:00
parent 5ce25e41c2
commit 211d5f7629
2 changed files with 17 additions and 1 deletions

View File

@@ -5,6 +5,11 @@ export const Precomputed = {
test: 'dGVzdA==',
'hello world': 'aGVsbG8gd29ybGQ=',
},
Hex: {
test: '74657374',
occulto: '6f6363756c746f',
'hello world': '68656c6c6f20776f726c64',
},
},
Hash: {
SHA_1: {