Daniel Huigens
|
0e33e641af
|
Switch build system to rollup
Also, default to minimized builds.
|
2021-02-09 19:25:20 +01:00 |
|
Ilya Chesnokov
|
e16807505f
|
Switch util function names to camelCase (#1091)
|
2021-02-09 19:25:20 +01:00 |
|
Daniel Huigens
|
abce79b509
|
Use Web Crypto for hashing
|
2018-11-01 14:11:22 +01:00 |
|
Mahrud Sayrafi
|
9e1236c04c
|
Modernizes util.js
|
2018-02-28 15:49:41 -08:00 |
|
BafS
|
b672f1936a
|
Use let and const ES6 features.
Remove var, for let or const if possible, clean some syntax, enforce one var per declaration and semicolons
|
2018-02-13 23:33:09 +01:00 |
|
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 |
|
Bart Butler
|
11038dd946
|
Add Rusha for fast SHA hashes
|
2016-02-03 20:24:54 +07:00 |
|
Tankred Hase
|
f729efa873
|
Use dist/openpgp instead of src/index because of future ES6 transpilation under node
|
2016-01-23 07:05:59 +07:00 |
|
evilaliv3
|
af4a9ba6ad
|
Revert few of the changes done in a4598f3bd4
|
2016-01-22 23:47:11 +01:00 |
|
Thomas Oberndörfer
|
a4598f3bd4
|
Generate openpgp.js without source map. New source map target is openpgp_debug.js. Change dependency of workers: openpgp.worker.js -> openpgp.js, openpgp.worker.min.js -> openpgp.min.js. Remove openpgp.js with maps from unittests-bundle.js
|
2014-03-31 16:09:23 +02:00 |
|
Tankred Hase
|
bf46ff3c9d
|
fix tests
|
2014-01-10 20:46:31 +01:00 |
|
Robert Nelson
|
92adbff398
|
Changed comparison in window check
|
2014-01-09 08:22:57 -08:00 |
|
Robert Nelson
|
4cabe075d5
|
Add standalone support
|
2014-01-09 07:31:00 -08:00 |
|
Robert Nelson
|
57c98386f9
|
Add node.js support
|
2014-01-08 09:01:15 -08:00 |
|
Robert Nelson
|
598618ec8a
|
Complete crypto/hash tests
|
2014-01-03 23:44:04 -08:00 |
|
Robert Nelson
|
bfba0eca0c
|
Changed unitttests and keyring to use bundled openpgp and updated keyring to use openpgp.key instead of packetlists.
Added getUserIds() to key.
Reenabled keyring ci tests.
|
2013-12-08 15:41:31 -08:00 |
|
Thomas Oberndörfer
|
b544343c63
|
Further clean up in message and key class. Make tests run.
|
2013-10-22 20:15:05 +02:00 |
|
Thomas Oberndörfer
|
b1c9eb71d2
|
Refactoring message and key class. Implement decryptMessage.
|
2013-10-21 20:51:46 +02:00 |
|
Michal Kolodziej
|
7d6cc3c771
|
Initial support for node.js testing.
|
2013-05-12 23:27:48 +02:00 |
|