stakwork / sphinx-rs

Rust crates for Sphinx Chat
0 stars 0 forks source link

signer: create vvcursor to parse msg bytes in a vec<vec<u8>> #46

Closed irriden closed 6 months ago

irriden commented 7 months ago

See https://github.com/stakwork/sphinx-key/pull/139

I'd be happy to add a feature of some kind so that mobile for example can pass a normal Vec<u8>, and esp32 can pass a Vec<Vec<u8>>

Evanfeenstra commented 7 months ago

See stakwork/sphinx-key#139

I'd be happy to add a feature of some kind so that mobile for example can pass a normal Vec<u8>, and esp32 can pass a Vec<Vec<u8>>

ya... the uniffi binding framework wont support this i think. It has a built-in bytes type that translates to Vec

irriden commented 6 months ago

overridden by this PR: https://github.com/stakwork/sphinx-rs/pull/47