Skip to content

Commit 3bfd966

Browse files
author
Will Bamberg
committed
128->256, also added a newline for consistency
1 parent ed02466 commit 3bfd966

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

web-crypto/derive-bits/ecdh.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
public: publicKey
99
},
1010
privateKey,
11-
128
11+
256
1212
);
1313

1414
const buffer = new Uint8Array(sharedSecret, 0, 5);

web-crypto/derive-bits/pbkdf2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@
4848
deriveBitsButton.addEventListener("click", () => {
4949
getDerivedBits();
5050
});
51+
5152
})();

0 commit comments

Comments
 (0)