Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Nov 21, 2024
1 parent db936fa commit 495246b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ export type Cipher = {
encrypt(plaintext: Uint8Array): Uint8Array;
decrypt(ciphertext: Uint8Array): Uint8Array;
};
export type OneTimeCipher = Cipher;

export type AsyncCipher = {
encrypt(plaintext: Uint8Array): Promise<Uint8Array>;
Expand Down

0 comments on commit 495246b

Please sign in to comment.