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
To further enhance our contract, we aim to embed the functionality of Stark Pair into it.
Background
The original contract was conceptualized in the issue cairo-webauthn #16.
Specifications
Stark Pair needs to be developed according to the official documentation available at Starkware Key Derivation.
Additional Information
Worth noting that the Stark Pair is the native curve and can be generated on the rust side using the starknet-rs library and verified inside cairo with syscalls.
Tasks
1. Review the Current Contract
Engage in a comprehensive understanding of the existing contract from cairo-webauthn #16.
Description
To further enhance our contract, we aim to embed the functionality of Stark Pair into it.
Background
Specifications
Additional Information
Worth noting that the Stark Pair is the native curve and can be generated on the rust side using the starknet-rs library and verified inside cairo with syscalls.
Tasks
1. Review the Current Contract
2. Study Stark Pair Documentation
3. Set Up Stark Pair Generation & Verification
4. Develop & Integrate Stark Pair
5. Testing
The text was updated successfully, but these errors were encountered: