diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-02-22 08:58:48 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-02-22 08:58:48 +0100 |
commit | f4d39c10e56a9ad1737dcdf290e31095ad66b7ee (patch) | |
tree | 7339286df95be331fd0baf2ed17fc3b6b5bbc58e /node_modules/browserify-aes | |
parent | a4e6966241d418b8df05ddd7fc5556ce3c6c97af (diff) |
Swedish translation, i18n fixes
Diffstat (limited to 'node_modules/browserify-aes')
-rw-r--r-- | node_modules/browserify-aes/readme.md | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/node_modules/browserify-aes/readme.md b/node_modules/browserify-aes/readme.md deleted file mode 100644 index 1d7b08558..000000000 --- a/node_modules/browserify-aes/readme.md +++ /dev/null @@ -1,18 +0,0 @@ -browserify-aes -==== - -[](https://travis-ci.org/crypto-browserify/browserify-aes) - -Node style aes for use in the browser. Implements: - - - createCipher - - createCipheriv - - createDecipher - - createDecipheriv - - getCiphers - -In node.js, the `crypto` implementation is used, in browsers it falls back to a pure JavaScript implementation. - -Much of this library has been taken from the aes implementation in [triplesec](https://github.com/keybase/triplesec), a partial derivation of [crypto-js](https://code.google.com/p/crypto-js/). - -`EVP_BytesToKey` is a straight up port of the same function from OpenSSL as there is literally no documenation on it beyond it using 'undocumented extensions' for longer keys. |