Package: node-openpgp-asmcrypto.js / 2.3.3~0-4

Metadata

Package Version Patches format
node-openpgp-asmcrypto.js 2.3.3~0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
build for node only.patch | (download)

build.js | 51 1 + 50 - 0 !
1 file changed, 1 insertion(+), 50 deletions(-)

 build for node only
use esm modules.patch | (download)

build.js | 5 3 + 2 - 0 !
package.json | 3 2 + 1 - 0 !
src/aes/aes.ts | 8 4 + 4 - 0 !
src/aes/cbc.ts | 4 2 + 2 - 0 !
src/aes/ccm.ts | 8 4 + 4 - 0 !
src/aes/cfb.ts | 4 2 + 2 - 0 !
src/aes/cmac.ts | 4 2 + 2 - 0 !
src/aes/ctr.ts | 6 3 + 3 - 0 !
src/aes/ecb.ts | 4 2 + 2 - 0 !
src/aes/exports.ts | 2 1 + 1 - 0 !
src/aes/gcm.ts | 8 4 + 4 - 0 !
src/aes/ofb.ts | 4 2 + 2 - 0 !
src/bignum/bignum.ts | 22 6 + 16 - 0 !
src/bignum/extgcd.ts | 2 1 + 1 - 0 !
src/entry-default.ts | 24 12 + 12 - 0 !
src/entry-export_all.ts | 44 22 + 22 - 0 !
src/hash/hash.ts | 10 5 + 5 - 0 !
src/hash/sha1/sha1.ts | 6 3 + 3 - 0 !
src/hash/sha256/sha256.ts | 6 3 + 3 - 0 !
src/hash/sha512/sha512.ts | 6 3 + 3 - 0 !
src/hmac/hmac-sha1.ts | 10 5 + 5 - 0 !
src/hmac/hmac-sha256.ts | 10 5 + 5 - 0 !
src/hmac/hmac-sha512.ts | 10 5 + 5 - 0 !
src/hmac/hmac.ts | 10 5 + 5 - 0 !
src/other/exportedUtils.ts | 2 1 + 1 - 0 !
src/other/get-random-values.ts | 3 2 + 1 - 0 !
src/other/utils.ts | 9 7 + 2 - 0 !
src/pbkdf2/pbkdf2-core.ts | 6 3 + 3 - 0 !
src/pbkdf2/pbkdf2-hmac-sha1.ts | 4 2 + 2 - 0 !
src/pbkdf2/pbkdf2-hmac-sha256.ts | 4 2 + 2 - 0 !
src/pbkdf2/pbkdf2-hmac-sha512.ts | 4 2 + 2 - 0 !
src/rsa/pkcs1.ts | 14 7 + 7 - 0 !
src/rsa/rsa.ts | 4 2 + 2 - 0 !
test/aes.js | 2 1 + 1 - 0 !
test/bignum.js | 2 1 + 1 - 0 !
test/rsa.js | 2 1 + 1 - 0 !
test/sha1.js | 2 1 + 1 - 0 !
test/sha256.js | 2 1 + 1 - 0 !
test/sha512.js | 2 1 + 1 - 0 !
39 files changed, 140 insertions(+), 142 deletions(-)

 use node's native esm support
fix for dot npmignore.patch | (download)

.npmignore | 8 2 + 6 - 0 !
1 file changed, 2 insertions(+), 6 deletions(-)

 fix for dot-npmignore
fix tsc config.patch | (download)

tsconfig.json | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix tsc config