@dfns/dfns-key-import-bundler
Advanced tools
Comparing version 0.2.1 to 0.2.3
@@ -304,4 +304,8 @@ let wasm; | ||
*/ | ||
Frost:3,"3":"Frost", }); | ||
Frost:3,"3":"Frost", | ||
/** | ||
* FROST variant that is compatible with Bitcoin Schnorr | ||
*/ | ||
FrostBitcoin:4,"4":"FrostBitcoin", }); | ||
/** | ||
* The curve for which a key can be used | ||
@@ -448,12 +452,2 @@ */ | ||
export function __wbindgen_number_new(arg0) { | ||
const ret = arg0; | ||
return addHeapObject(ret); | ||
}; | ||
export function __wbindgen_string_new(arg0, arg1) { | ||
const ret = getStringFromWasm0(arg0, arg1); | ||
return addHeapObject(ret); | ||
}; | ||
export function __wbindgen_jsval_loose_eq(arg0, arg1) { | ||
@@ -485,2 +479,7 @@ const ret = getObject(arg0) == getObject(arg1); | ||
export function __wbindgen_number_new(arg0) { | ||
const ret = arg0; | ||
return addHeapObject(ret); | ||
}; | ||
export function __wbindgen_object_clone_ref(arg0) { | ||
@@ -491,2 +490,7 @@ const ret = getObject(arg0); | ||
export function __wbindgen_string_new(arg0, arg1) { | ||
const ret = getStringFromWasm0(arg0, arg1); | ||
return addHeapObject(ret); | ||
}; | ||
export function __wbg_getwithrefkey_d1f0d12f1f1b63ea(arg0, arg1) { | ||
@@ -493,0 +497,0 @@ const ret = getObject(arg0)[getObject(arg1)]; |
@@ -54,2 +54,6 @@ /* tslint:disable */ | ||
Frost = 3, | ||
/** | ||
* FROST variant that is compatible with Bitcoin Schnorr | ||
*/ | ||
FrostBitcoin = 4, | ||
} | ||
@@ -56,0 +60,0 @@ /** |
@@ -5,3 +5,3 @@ { | ||
"description": "Cryptography code for importing a key to Dfns", | ||
"version": "0.2.1", | ||
"version": "0.2.3", | ||
"license": "MIT OR Apache-2.0", | ||
@@ -8,0 +8,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
349336
723