...this involves adding a Curve class, and significant refactoring to make this possible in a clean way.
4 lines
71 B
JavaScript
4 lines
71 B
JavaScript
var Key = require('bindings')('KeyModule').Key;
|
|
|
|
module.exports = Key;
|