From 81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Wed, 18 Nov 2020 23:26:45 +0100 Subject: rm node_modules --- node_modules/browserify-rsa/README.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 node_modules/browserify-rsa/README.md (limited to 'node_modules/browserify-rsa/README.md') diff --git a/node_modules/browserify-rsa/README.md b/node_modules/browserify-rsa/README.md deleted file mode 100644 index 70e3c02..0000000 --- a/node_modules/browserify-rsa/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# browserify-rsa - -[![NPM Package](https://img.shields.io/npm/v/browserify-rsa.svg?style=flat-square)](https://www.npmjs.org/package/browserify-rsa) -[![Build Status](https://img.shields.io/travis/crypto-browserify/browserify-rsa.svg?branch=master&style=flat-square)](https://travis-ci.org/crypto-browserify/browserify-rsa) -[![Dependency status](https://img.shields.io/david/crypto-browserify/browserify-rsa.svg?style=flat-square)](https://david-dm.org/crypto-browserify/browserify-rsa#info=dependencies) - -[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) - -RSA private decryption/signing using chinese remainder and blinding. - -## API - -Give it a message as a Buffer and a private key (as decoded by `ASN.1`) and it returns encrypted data as a Buffer. - -## LICENSE - -MIT -- cgit v1.2.3