Atomicwallet / bcrypto

JS crypto library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bcrypto

Build Status

The missing crypto module for node.js. bcrypto provides you with a consistent interface accross node.js and the browser.

Bcrypto takes advantage of the fact that node.js is statically linked with OpenSSL. There are a number of features in OpenSSL which are not directly exposed in the node.js API. As such, the node.js backend for bcrypto adds very little in terms of memory usage (all of these features are already in the node.js binary).

Usage

TODO

API

TODO

Contribution and License Agreement

If you contribute code to this project, you are implicitly allowing your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work. </legalese>

License

  • Copyright (c) 2017-2019, Christopher Jeffrey (MIT License).

See LICENSE for more info.

About

JS crypto library

License:Other


Languages

Language:JavaScript 57.3%Language:C 25.9%Language:C++ 12.9%Language:Objective-C 3.1%Language:Assembly 0.6%Language:Python 0.1%Language:Shell 0.0%Language:Makefile 0.0%