mirror of
https://github.com/cupcakearmy/occulto.git
synced 2026-04-02 18:35:27 +00:00
add generate key
This commit is contained in:
@@ -11,8 +11,11 @@ export const Precomputed = {
|
||||
'hello world': '68656c6c6f20776f726c64',
|
||||
},
|
||||
Bytes: {
|
||||
test: [0x74, 0x65, 0x73, 0x74],
|
||||
occulto: [0x6f, 0x63, 0x63, 0x75, 0x6c, 0x74, 0x6f],
|
||||
test: new Uint8Array([0x74, 0x65, 0x73, 0x74]),
|
||||
occulto: new Uint8Array([0x6f, 0x63, 0x63, 0x75, 0x6c, 0x74, 0x6f]),
|
||||
'entropy is king': new Uint8Array([
|
||||
0x65, 0x6e, 0x74, 0x72, 0x6f, 0x70, 0x79, 0x20, 0x69, 0x73, 0x20, 0x6b, 0x69, 0x6e, 0x67,
|
||||
]),
|
||||
},
|
||||
},
|
||||
Hash: {
|
||||
|
||||
Reference in New Issue
Block a user