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
The core near crypto package uses the C wrapper librarysecp256k1. However, this library does not able to support compile in wasm32. This issue may not fix in short term as the developer state the issue here.
Proposal
Instead, I propose replacing the library with libsecp256k1. libsecp256k1 is developed by Parity Technologies. It is pure Rust implementation. It supports compile in wasm32.
The text was updated successfully, but these errors were encountered:
Problem
The core near crypto package uses the C wrapper librarysecp256k1. However, this library does not able to support compile in wasm32. This issue may not fix in short term as the developer state the issue here.
Proposal
Instead, I propose replacing the library with libsecp256k1. libsecp256k1 is developed by Parity Technologies. It is pure Rust implementation. It supports compile in wasm32.
The text was updated successfully, but these errors were encountered: