frequency-chain / frequency

Frequency: A Polkadot Parachain
https://www.frequency.xyz
Apache License 2.0
48 stars 18 forks source link

[Feature]: Passkey - Optimize P256 signature verification #2055

Open aramikm opened 4 days ago

aramikm commented 4 days ago

Details

Currently P256 signature verification is around 22 times heavier compared to a Sr25519 one in WASM and 6 times heavier in native code. We would like to optimize the verification in WASM as much as possible to be closer to native one.

Approach

Searched for Related Issues