Skip to content

Commit 982deab

Browse files
committed
Merge pull request #19 from gbhrdt/patch-1
Change AES_GCM to aes-128-gcm
2 parents 049a96d + 7dab936 commit 982deab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodejs/ece.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var base64 = require('urlsafe-base64');
55

66
var savedKeys = {};
77
var keyLabels = {};
8-
var AES_GCM = 'id-aes128-GCM';
8+
var AES_GCM = 'aes-128-gcm';
99
var PAD_SIZE = 2;
1010
var TAG_LENGTH = 16;
1111
var KEY_LENGTH = 16;

0 commit comments

Comments
 (0)