-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
P2 - MediumImportant but not urgent. Enhances functionality and value, scheduled after higher priorities.Important but not urgent. Enhances functionality and value, scheduled after higher priorities.
Description
After #397
One small issue would be that the newest (if we update to that as well) uses curve25519-dalek-ng
while ed25519-zebra
as linked above above still uses curve25519-dalek
- having different versions for the same functionality does add overhead/size to the WASM. Either way try to align versions to use the same deps to not have an explosion.
We could possibly also test a trick like this - https://github.com/w3f/schnorrkel/blob/93e27d28f6a112be429295af7fd4549dde9f6796/Cargo.toml#L32
Metadata
Metadata
Assignees
Labels
P2 - MediumImportant but not urgent. Enhances functionality and value, scheduled after higher priorities.Important but not urgent. Enhances functionality and value, scheduled after higher priorities.
Type
Projects
Status
P2 - Medium