lyubo / react-native-sodium

ISC License
61 stars 46 forks source link

feat: crypto_box_seed_keypair to derive key pair #47

Open DiogoAbu opened 2 years ago

DiogoAbu commented 2 years ago

This will add crypto_box_seed_keypair that allows to derive a key pair from a seed key. Add type for to the new function and fix typo on types.

This was proposed by me before on #37