diff options
Diffstat (limited to 'benchmark/crypto/aes-gcm-throughput.js')
-rw-r--r-- | benchmark/crypto/aes-gcm-throughput.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/crypto/aes-gcm-throughput.js b/benchmark/crypto/aes-gcm-throughput.js index 65e1713f0e..8d4eba54cd 100644 --- a/benchmark/crypto/aes-gcm-throughput.js +++ b/benchmark/crypto/aes-gcm-throughput.js @@ -1,3 +1,4 @@ +'use strict'; var common = require('../common.js'); var crypto = require('crypto'); var keylen = {'aes-128-gcm': 16, 'aes-192-gcm': 24, 'aes-256-gcm': 32}; |