Skip to content

Commit

Permalink
add currentStep and remoteIdentity to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronvhop authored Jun 25, 2021
1 parent 8ad79fd commit a12b954
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/asym_ratchet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ async function authenticateB(
}

export interface IJsonAsymmetricRatchet {
remoteIdentity: string;
currentStep: IJsonDHRatchetStep;
remoteIdentity: IJsonRemoteIdentity;
ratchetKey: CryptoKeyPair;
counter: number;
rootKey: CryptoKey;
Expand Down

0 comments on commit a12b954

Please sign in to comment.