mirror of
https://github.com/cupcakearmy/occulto.git
synced 2026-04-02 20:15:29 +00:00
add tests for binary
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user