fork-openpgpjs/src
2016-03-24 10:53:35 +08:00
..
config Support AES-GCM with AEAD Protected Data Packets 2016-03-22 17:44:22 +08:00
crypto Use web worker for encrypt/decrypt if no native gcm 2016-03-23 21:17:36 +08:00
encoding Finish refactoring src/**/*.js to use import & export 2016-02-05 15:23:11 +07:00
keyring Finish refactoring src/**/*.js to use import & export 2016-02-05 15:23:11 +07:00
packet Add version attribute to the AEAD packet 2016-03-24 10:53:35 +08:00
type Finish refactoring src/**/*.js to use import & export 2016-02-05 15:23:11 +07:00
worker Remove function bind polyfill from worker.js 2016-02-18 11:15:59 +07:00
cleartext.js Finish refactoring src/**/*.js to use import & export 2016-02-05 15:23:11 +07:00
enums.js Fix link to IEFT draft packet tag in enums.js 2016-03-22 17:45:18 +08:00
hkp.js Fix @fileoverview comment in hkp module 2016-02-07 08:15:33 +07:00
index.js Refactor src/index.js to re-export ES6 module 2016-02-05 09:09:04 +07:00
key.js Prefer aes128 over aes192 (no WebCrypto support) 2016-03-24 10:53:30 +08:00
message.js Cleanup Promise code 2016-03-24 09:29:41 +08:00
openpgp.js Cleanup Promise code 2016-03-24 09:29:41 +08:00
util.js Use web worker for encrypt/decrypt if no native gcm 2016-03-23 21:17:36 +08:00