flocore/lib/node/Key.js
Ryan X. Charles 350f6ae998 Key should make sure new privkey is less than N
...this involves adding a Curve class, and significant refactoring to make this
possible in a clean way.
2014-04-23 21:15:55 -03:00

4 lines
71 B
JavaScript

var Key = require('bindings')('KeyModule').Key;
module.exports = Key;