@manahippo/move-to-ts
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -18,2 +18,3 @@ import { HexString } from "aptos"; | ||
export declare function aptos_std_aptos_hash_sip_hash(bytes: U8[], $c: AptosDataCache): U64; | ||
export declare function aptos_std_secp256k1_ecdsa_recover_internal(message: U8[], recovery_id: U8, signature: U8[], $c: AptosDataCache): [U8[], boolean]; | ||
export declare function std_hash_sha2_256(data: U8[], $c: AptosDataCache): U8[]; | ||
@@ -20,0 +21,0 @@ export declare function std_hash_sha3_256(data: U8[], $c: AptosDataCache): U8[]; |
{ | ||
"name": "@manahippo/move-to-ts", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -149,2 +149,11 @@ import { HexString } from "aptos"; | ||
export function aptos_std_secp256k1_ecdsa_recover_internal( | ||
message: U8[], | ||
recovery_id: U8, | ||
signature: U8[], | ||
$c: AptosDataCache | ||
): [U8[], boolean] { | ||
throw new Error("Not implemented"); | ||
} | ||
export function std_hash_sha2_256(data: U8[], $c: AptosDataCache): U8[] { | ||
@@ -151,0 +160,0 @@ const dataBuffer = Buffer.from(data.map((u) => u.value.toJSNumber())); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
556353
9183