google / webcrypto.dart

Cross-platform implementation of Web Cryptography APIs
https://pub.dev/packages/webcrypto
Apache License 2.0
71 stars 43 forks source link

Tests if P-521 works on Safari #129

Open jonasfj opened 4 weeks ago

jonasfj commented 4 weeks ago

Comments in our code reference a bug claiming that P-521 doesn't work in safari: https://github.com/google/webcrypto.dart/blob/e7fbe5012c83fb1907901f4ccb03d816bd574f7d/lib/src/webcrypto/webcrypto.dart#L71-L76

However, reading: https://bugs.webkit.org/show_bug.cgi?id=216755 this appears to have been fixed.

We should: