cipher-base icon indicating copy to clipboard operation
cipher-base copied to clipboard

abstract base class for crypto-streams

Results 9 cipher-base issues
Sort by recently updated
recently updated
newest added

I am using angular 6 when i run ng serve this error pops ERROR in ./node_modules/cipher-base/index.js Module not found: Error: Can't resolve 'stream' in '/home/devspot3/Sites/d-poll/node_modules/cipher-base' ERROR in ./node_modules/hash-base/index.js Module not...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Because `stream` does not export `Transform`. https://github.com/crypto-browserify/cipher-base/issues/17

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

_This should fix #10_. This library makes use of the `stream` module. This is a Node API that's no longer polyfilled by Webpack 5. Anyone who depends upon `cipher-base` won't...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing.

@calvinmetcalf can you check code before tests? It is not simply removing because I want strict following by node crypto. Is CipherBase/CipherivBase/.. good decision?

enhancement

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...