We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87be4bc commit 452d1ccCopy full SHA for 452d1cc
1 file changed
packages/aes-kw/aes-kw.ts
@@ -42,7 +42,7 @@ export class AESKW {
42
*/
43
clean(): this {
44
wipe(this._inputBuffer);
45
- wipe(this._inputBuffer);
+ wipe(this._outputBuffer);
46
this._cipher.clean();
47
return this;
48
}
0 commit comments