Skip to content

Commit

Permalink
src: add bindings for all kdfs.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Apr 25, 2020
1 parent 4c2528a commit b12212e
Show file tree
Hide file tree
Showing 28 changed files with 2,932 additions and 864 deletions.
1 change: 1 addition & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"./src/torsion/src/aead.c",
"./src/torsion/src/asn1.c",
"./src/torsion/src/chacha20.c",
"./src/torsion/src/cipher.c",
"./src/torsion/src/drbg.c",
"./src/torsion/src/dsa.c",
"./src/torsion/src/ecc.c",
Expand Down
9 changes: 9 additions & 0 deletions lib/bcrypt-browser.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*!
* bcrypt.js - bcrypt for bcrypto
* Copyright (c) 2017-2019, Christopher Jeffrey (MIT License).
* https://github.com/bcoin-org/bcrypto
*/

'use strict';

module.exports = require('./js/bcrypt');
Loading

0 comments on commit b12212e

Please sign in to comment.