add tests for binary

This commit is contained in:
2022-10-18 17:27:14 +02:00
parent 211d5f7629
commit 8397b7fc26
3 changed files with 22 additions and 0 deletions

View File

@@ -10,6 +10,10 @@ export const Precomputed = {
occulto: '6f6363756c746f',
'hello world': '68656c6c6f20776f726c64',
},
Bytes: {
test: [0x74, 0x65, 0x73, 0x74],
occulto: [0x6f, 0x63, 0x63, 0x75, 0x6c, 0x74, 0x6f],
},
},
Hash: {
SHA_1: {