Skip to content

Commit 4faabf3

Browse files
committed
fix and bump versions
1 parent 5bcb71b commit 4faabf3

16 files changed

+942
-513
lines changed

dist/esm/src/core/libs/cardano_message_signing/cardano_message_signing.generated.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ export class COSEEncrypt {
11001100
ciphertext() {
11011101
try {
11021102
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
1103-
wasm.coseencrypt0_ciphertext(retptr, this.ptr);
1103+
wasm.coseencrypt_ciphertext(retptr, this.ptr);
11041104
var r0 = getInt32Memory0()[retptr / 4 + 0];
11051105
var r1 = getInt32Memory0()[retptr / 4 + 1];
11061106
let v0;
@@ -1692,7 +1692,7 @@ export class COSESign {
16921692
payload() {
16931693
try {
16941694
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
1695-
wasm.coseencrypt0_ciphertext(retptr, this.ptr);
1695+
wasm.coseencrypt_ciphertext(retptr, this.ptr);
16961696
var r0 = getInt32Memory0()[retptr / 4 + 0];
16971697
var r1 = getInt32Memory0()[retptr / 4 + 1];
16981698
let v0;
@@ -1801,7 +1801,7 @@ export class COSESign1 {
18011801
payload() {
18021802
try {
18031803
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
1804-
wasm.coseencrypt0_ciphertext(retptr, this.ptr);
1804+
wasm.coseencrypt_ciphertext(retptr, this.ptr);
18051805
var r0 = getInt32Memory0()[retptr / 4 + 0];
18061806
var r1 = getInt32Memory0()[retptr / 4 + 1];
18071807
let v0;
@@ -2076,7 +2076,7 @@ export class COSESignature {
20762076
signature() {
20772077
try {
20782078
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
2079-
wasm.cosesignature_signature(retptr, this.ptr);
2079+
wasm.cosesign1_signature(retptr, this.ptr);
20802080
var r0 = getInt32Memory0()[retptr / 4 + 0];
20812081
var r1 = getInt32Memory0()[retptr / 4 + 1];
20822082
var v0 = getArrayU8FromWasm0(r0, r1).slice();
Binary file not shown.

dist/esm/src/core/libs/cardano_message_signing/nodejs/cardano_message_signing.generated.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ class COSEEncrypt {
11621162
ciphertext() {
11631163
try {
11641164
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
1165-
wasm.coseencrypt0_ciphertext(retptr, this.ptr);
1165+
wasm.coseencrypt_ciphertext(retptr, this.ptr);
11661166
var r0 = getInt32Memory0()[retptr / 4 + 0];
11671167
var r1 = getInt32Memory0()[retptr / 4 + 1];
11681168
let v0;
@@ -1768,7 +1768,7 @@ class COSESign {
17681768
payload() {
17691769
try {
17701770
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
1771-
wasm.coseencrypt0_ciphertext(retptr, this.ptr);
1771+
wasm.coseencrypt_ciphertext(retptr, this.ptr);
17721772
var r0 = getInt32Memory0()[retptr / 4 + 0];
17731773
var r1 = getInt32Memory0()[retptr / 4 + 1];
17741774
let v0;
@@ -1880,7 +1880,7 @@ class COSESign1 {
18801880
payload() {
18811881
try {
18821882
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
1883-
wasm.coseencrypt0_ciphertext(retptr, this.ptr);
1883+
wasm.coseencrypt_ciphertext(retptr, this.ptr);
18841884
var r0 = getInt32Memory0()[retptr / 4 + 0];
18851885
var r1 = getInt32Memory0()[retptr / 4 + 1];
18861886
let v0;
@@ -2181,7 +2181,7 @@ class COSESignature {
21812181
signature() {
21822182
try {
21832183
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
2184-
wasm.cosesignature_signature(retptr, this.ptr);
2184+
wasm.cosesign1_signature(retptr, this.ptr);
21852185
var r0 = getInt32Memory0()[retptr / 4 + 0];
21862186
var r1 = getInt32Memory0()[retptr / 4 + 1];
21872187
var v0 = getArrayU8FromWasm0(r0, r1).slice();

0 commit comments

Comments
 (0)