feat: sign with seed reference (#580)
* Decrypt and sign without seed crossing bridge
- decrypt the seed in rust and return a raw pointer as i64
- from ios return int64_t
- from android return double using Double.longBitsToDouble
- in typescript use number
- sign messages by passing the seed reference and converting back to a
String pointer in rust
* Comment new functions in native.ts
* Remove debug code
* lint
* lint fixes
Co-authored-by:
Hanwen Cheng <heawen.cheng@gmail.com>
Please register or sign in to comment