You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the cryptography in vlib-bitcoin is natively implemented, which is unbearably slow.
Instead, we want to use the crypto-accelerator via the V-App sdk.
We might want to get rid of the rust-secp256k1 and the hashes dependencies completely, if it's feasible - as surgically modifying them proved hard in Vanadium-legacy.
The text was updated successfully, but these errors were encountered:
Currently, the cryptography in vlib-bitcoin is natively implemented, which is unbearably slow.
Instead, we want to use the crypto-accelerator via the V-App sdk.
We might want to get rid of the rust-secp256k1 and the
hashes
dependencies completely, if it's feasible - as surgically modifying them proved hard in Vanadium-legacy.The text was updated successfully, but these errors were encountered: