dsprenkels / sss-node

node.js bindings for the sss secret sharing library
MIT License
34 stars 8 forks source link

Do async operations on V8-owned data #1

Closed dsprenkels closed 7 years ago

dsprenkels commented 7 years ago

The idea is to do the crypto on the data in-place, instead of copying it on each call.

dsprenkels commented 7 years ago

After benchmarking, it turns out that this is really not necessary.