gpgme/lang/js/src
Maximilian Krambach 129fa919b9 js: improve decryption performance
--
* src/Connection.js, src/Helpers.js: performance of decoding incoming
  base64 data was improved to about 4 times the speed by introducing
  two more efficient functions (thanks to rrenkert@intevation.de for
  finding and testing them)

* src/gpgmejs.js: Decrypted data will now return as Uint8Array, if the
  caller does not wish for a decoding. Decoding binary data will return
  invalid data, and a Uint8Array may be desired. This can be indicated
  by using the (new) 'binary' option in decrypt.

* src/Errors.js A new error in case this decoding fails

* src/Message.js, src/Connection.js: expected is change from base64
  to binary, to avoid confusion later on.
2018-08-22 16:32:31 +02:00
..
Connection.js js: improve decryption performance 2018-08-22 16:32:31 +02:00
Errors.js js: improve decryption performance 2018-08-22 16:32:31 +02:00
gpgmejs.js js: improve decryption performance 2018-08-22 16:32:31 +02:00
Helpers.js js: improve decryption performance 2018-08-22 16:32:31 +02:00
index.js js: add and apply eslint rules 2018-08-20 15:12:01 +02:00
Key.js js: throw errors in sync functions 2018-08-22 12:18:55 +02:00
Keyring.js js: throw errors in sync functions 2018-08-22 12:18:55 +02:00
Makefile.am js: Fix library name mentioned in js Makefiles 2018-08-21 13:58:51 +02:00
Message.js js: improve decryption performance 2018-08-22 16:32:31 +02:00
permittedOperations.js js: update decrypt/verify results 2018-08-21 15:26:17 +02:00
Signature.js js: Return error if signature has no fingerprint 2018-08-22 14:49:11 +02:00