react-native-quick-crypto icon indicating copy to clipboard operation
react-native-quick-crypto copied to clipboard

Missing subtle

Open fitouch opened this issue 2 years ago • 5 comments

It's missing subtle.

fitouch avatar Aug 06 '22 17:08 fitouch

@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"], );

fitouch avatar Aug 09 '22 17:08 fitouch

Hi! Yes, subtle is not implemented yet. If you have budget/sponsorship for us to work on subtle, let me know!

mrousavy avatar Aug 10 '22 09:08 mrousavy

@mrousavy I can sponsor you to work on subtle. How long will it take to implement it?

fitouch avatar Aug 10 '22 10:08 fitouch

Let me think of an estimate!

mrousavy avatar Aug 11 '22 07:08 mrousavy

@fitouch That would be great! Can you email us at [email protected] or me dirrectly [email protected]?

Szymon20000 avatar Aug 11 '22 08:08 Szymon20000

subtle has begun to appear (#200 #211 #225 #233). Closing to handle in individual tickets with sponsorships in the future.

boorad avatar Apr 18 '24 22:04 boorad