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
Copy file name to clipboardExpand all lines: proposals/large-crypto-blobs.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,10 @@ _How sure are we that this impact would be realized? Label from [this scale](htt
82
82
83
83
<!--Briefly describe the milestones/steps/work needed for this project-->
84
84
85
+
1. Create crypto interface definition (inspiration from prior art in `js-multiformats`)
86
+
2. Use [stablelib](https://github.com/StableLib/stablelib) as the source of all the crypto items needed
87
+
-`libp2p-crypto` turned into a libp2p spec compliant api on top of that
88
+
85
89
#### What does done look like?
86
90
_What specific deliverables should completed to consider this project done?_
87
91
@@ -101,8 +105,11 @@ _Why might this project be lower impact than expected? How could this project fa
101
105
102
106
#### Alternatives
103
107
_How might this project’s intent be realized in other ways (other than this project proposal)? What other potential solutions can address the same need?_
108
+
104
109
- Reuse parts of [rust-libp2p](https://github.com/libp2p/rust-libp2p) compiled for WASM backend.
110
+
- Look into other WASM alternative
105
111
- Work with partners (e.g. Igalia) to drive crypto implementation and landing efforts in browsers natively.
112
+
106
113
#### Dependencies/prerequisites
107
114
<!--List any other projects that are dependencies/prerequisites for this project that is being pitched.-->
0 commit comments