Skip to content

Simplify verification of KeyFrag in WASM bindings #25

@fjarri

Description

@fjarri

wasm-bindgen does not support Option<&MyType> parameters, and Option<MyType> have undesired side effects on the JS side (see wasm-bindgen/wasm-bindgen#2370). So instead of one verify() with optional parameters we have to have four methods. Fix it when the blocker is fixed, or find a way to make it less cumbersome.

Metadata

Metadata

Assignees

Labels

WASMRelated to WASM bindingsblockedBlocked by a third-party library

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions