lyubo / react-native-sodium

ISC License
61 stars 46 forks source link

base64/hex utils #39

Open radko93 opened 4 years ago

radko93 commented 4 years ago

We implemented helpers that are similar to libsodium.js helpers. Eventually, those should be probably used instead of platform-specific base64 tools for input/output.

lyubo commented 4 years ago

Thank you for your PR. Can you please explain in more detail, some concrete use cases of these utility functions as they are not related to sodium library.