Emurgo / message-signing

MIT License
27 stars 17 forks source link

Ed25519Key crv field has incorrect value #10

Closed rooooooooob closed 2 years ago

rooooooooob commented 2 years ago

Fixes #9

Due to how wasm_bindgen works direct enums were not allowed so the rust values of enums are NOT what their value when converted to Label. This rust value was used in the crv field of the Ed25519Key builder by accident.

rooooooooob commented 2 years ago

@vsubhuman does it make sense to add me as a maintainer of this crate too like we did with the serialization lib?