Skip to content

Commit

Permalink
Stabilize ecdsa_ functions (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
agryaznov committed May 23, 2022
1 parent 1bfccc7 commit 91fd08f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/env/src/engine/on_chain/ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,7 @@ mod sys {
value_ptr: Ptr32<[u8]>,
value_len: u32,
) -> ReturnCode;
}

#[link(wasm_import_module = "__unstable__")]
extern "C" {
pub fn seal_ecdsa_recover(
// 65 bytes of ecdsa signature
signature_ptr: Ptr32<[u8]>,
Expand Down

0 comments on commit 91fd08f

Please sign in to comment.