tradle / react-native-crypto

partial implementation of node's `crypto` for react-native
MIT License
370 stars 84 forks source link

Missing method: `scryptSync` #35

Closed danilowoz closed 5 years ago

danilowoz commented 5 years ago

Isn't this method implement? Or is there an equivalent method?

Thanks for supporting the package 🥇

mvayngrib commented 5 years ago

@danilowoz you might be able to use https://github.com/cryptocoinjs/scryptsy

they support scryptSync but i think the process of making it a node.js shim got stalled (https://github.com/cryptocoinjs/scryptsy/pull/12) so it depends on whether u want to use it directly (probably can), or transparently via require('crypto').scryptSync (can't yet)

danilowoz commented 5 years ago

Thanks for your answer. I would like to use in transparently way, so any plans to implementing it? Might I open a PR to update the roadmap

mvayngrib commented 5 years ago

@danilowoz feel free to open a PR to update the roadmap :) I might not have much time in the near future to work on this, but i'll try to make time to review PRs