Skip to content

Commit

Permalink
Merge 6761fea into 053f700
Browse files Browse the repository at this point in the history
  • Loading branch information
Braydon Fuller committed Jan 24, 2015
2 parents 053f700 + 6761fea commit 3bd2aad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

A module for [bitcore][bitcore] that implements the [Elliptic Curve Integrated Encryption Scheme (ECIES)][ECIES]. Uses ECIES symmetric key negotiation from public keys to encrypt arbitrarily long data streams.

See [the main bitcore repo](https://github.com/bitpay/bitcore) or the [bitcore guide on ECIES](http://bitcore.io/guide/ecies.html) for more information.
See [the main bitcore repo](https://github.com/bitpay/bitcore) or the [bitcore guide on ECIES](http://bitcore.io/guide/module/ecies/index.html) for more information.

Credit to [@ryanxcharles][ryan] for the original implementation.

Expand Down
7 changes: 4 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: ECIES
description: Uses ECIES symmetric key negotiation from public keys to encrypt arbitrarily long data streams.
---
Expand All @@ -14,18 +15,18 @@ For more information refer to the [bitcore-ecies](https://github.com/bitpay/bitc
ECIES is implemented as a separate module and you must add it to your dependencies:

For node projects:
```
```bash
npm install bitcore-ecies --save
```

For client-side projects:
```
```bash
bower install bitcore-ecies --save
```

## Example

```
```javascript
var bitcore = require('bitcore');
var ECIES = require('bitcore-ecies');

Expand Down

0 comments on commit 3bd2aad

Please sign in to comment.