Skip to content

Commit 819e9f5

Browse files
authored
Migrate crypto_subtle.dart to use js_util (#26)
* Migrate crypto_subtle.dart to use js_util * Upgrade dependencies, ignore pubspec.lock * Introduce utility functions and minor cleanup
1 parent 9a0af9d commit 819e9f5

10 files changed

+396
-671
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
/pubspec.lock
22
/.dart_tool/
33
/.packages
4+
/example/pubspec.lock
5+
/example/.dart_tool/
6+
/example/.packages
47
/doc/api/
58
/lib/src/boringssl_ffi/libssl.so
69
/lib/src/webcrypto_extension/libwebcrypto_extension.so

0 commit comments

Comments
 (0)