fork-openpgpjs/src/crypto
BafS de6ffc2f76 Remove 'user strict'
'use strict' is unnecessary inside modules because module code is always strict mode code. Ref: https://www.ecma-international.org/ecma-262/6.0/#sec-strict-mode-code
2018-02-13 23:33:09 +01:00
..
cipher Remove 'user strict' 2018-02-13 23:33:09 +01:00
hash Remove 'user strict' 2018-02-13 23:33:09 +01:00
public_key Remove 'user strict' 2018-02-13 23:33:09 +01:00
aes_kw.js A better patch for EdDSA truncation issue. 2018-02-03 14:36:20 -08:00
cfb.js Remove 'user strict' 2018-02-13 23:33:09 +01:00
crypto.js Remove 'user strict' 2018-02-13 23:33:09 +01:00
gcm.js Remove 'user strict' 2018-02-13 23:33:09 +01:00
index.js Remove 'user strict' 2018-02-13 23:33:09 +01:00
pkcs1.js Remove 'user strict' 2018-02-13 23:33:09 +01:00
pkcs5.js verification when decoding pkcs5 2018-02-01 13:14:26 +01:00
random.js Remove 'user strict' 2018-02-13 23:33:09 +01:00
signature.js Remove 'user strict' 2018-02-13 23:33:09 +01:00