16 lines
542 B
JSON
16 lines
542 B
JSON
|
|
{
|
||
|
|
"vectors": [
|
||
|
|
{
|
||
|
|
"description": "Wire format: RatchetMessage encoding",
|
||
|
|
"message": {
|
||
|
|
"dhPublicKey": "1111111111111111111111111111111111111111111111111111111111111111",
|
||
|
|
"previousCounter": 42,
|
||
|
|
"counter": 7,
|
||
|
|
"ciphertext": "22222222222222222222222222222222",
|
||
|
|
"nonce": "333333333333333333333333"
|
||
|
|
},
|
||
|
|
"encoded": "0102002011111111111111111111111111111111111111111111111111111111111111110000002a00000007001022222222222222222222222222222222000c333333333333333333333333"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|