We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674188c commit 4b18253Copy full SHA for 4b18253
1 file changed
nodejs/ece.js
@@ -210,7 +210,7 @@ function deriveKeyAndNonce(header, mode) {
210
secret = s.secret;
211
} else if (header.type === 'aes128gcm') {
212
// latest
213
- keyInfo = Buffer.from('Content-Encoding: aesgcm128\0');
+ keyInfo = Buffer.from('Content-Encoding: aes128gcm\0');
214
nonceInfo = Buffer.from('Content-Encoding: nonce\0');
215
secret = extractSecret(header, mode);
216
} else {
0 commit comments