react-native-quick-crypto
react-native-quick-crypto copied to clipboard
Missing subtle
It's missing subtle.
@mrousavy can we enable EC for this?
const keys = await crypto.subtle.generateKey( { name: "ECDSA", namedCurve: "P-256", // P-256, P-384, or P-521 }, false, ["sign", "verify"], );
Hi! Yes, subtle is not implemented yet. If you have budget/sponsorship for us to work on subtle, let me know!
@mrousavy I can sponsor you to work on subtle. How long will it take to implement it?
Let me think of an estimate!
@fitouch That would be great! Can you email us at [email protected] or me dirrectly [email protected]?
subtle has begun to appear (#200 #211 #225 #233). Closing to handle in individual tickets with sponsorships in the future.