Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jun 16, 2023
1 parent 1b017a8 commit 3f2b113
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ferveo/src/bindings_wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,6 @@ pub fn decrypt_with_shared_secret(
#[wasm_bindgen]
pub struct DkgPublicKey(api::DkgPublicKey);

generate_common_methods!(DkgPublicKey);

#[wasm_bindgen]
impl DkgPublicKey {
#[wasm_bindgen(js_name = "fromBytes")]
Expand Down

0 comments on commit 3f2b113

Please sign in to comment.