Skip to content

Commit

Permalink
fix: remove unused psk state variable
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Dec 16, 2023
1 parent de4a139 commit 823404c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ export interface HandshakeState {
rs: Uint8Array | Uint8ArrayList
/** The remote party's ephemeral public key */
re: bytes32
/** Pre-shared symmetric key */
psk: bytes32
}

export interface NoiseSession {
Expand Down

0 comments on commit 823404c

Please sign in to comment.