npm install mmp-ecies
import {encrypt, decrypt} from 'mmp-ecies';
See /test/index.test.js
Inspired by
- https://github.com/bitchan/eccrypto
- https://github.com/libertylocked/eth-ecies
- https://github.com/ecies/js
- https://github.com/vhpoet/simple-ecies
MIT License