This commit is contained in:
morrigan 2019-11-25 10:46:17 +01:00
parent 79d81c3117
commit 4e004ad0ec

View File

@ -215,7 +215,7 @@ export class XXHandshake {
return plaintext;
}
private split (ss: SymmetricState): void {
private split (ss: SymmetricState) {
const [ tempk1, tempk2 ] = this.getHkdf(ss.ck, Buffer.alloc(0));
const cs1 = this.initializeKey(tempk1);
const cs2 = this.initializeKey(tempk2);