@lib-q/fn-dsa 0.0.2 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1164,68 +1164,68 @@ export function validate_input(data, min_size, max_size) {
1164
1164
  function __wbg_get_imports() {
1165
1165
  const import0 = {
1166
1166
  __proto__: null,
1167
- __wbg_Error_bce6d499ff0a4aff: function(arg0, arg1) {
1167
+ __wbg_Error_ef53bc310eb298a0: function(arg0, arg1) {
1168
1168
  const ret = Error(getStringFromWasm0(arg0, arg1));
1169
1169
  return ret;
1170
1170
  },
1171
- __wbg___wbindgen_debug_string_edece8177ad01481: function(arg0, arg1) {
1171
+ __wbg___wbindgen_debug_string_0accd80f45e5faa2: function(arg0, arg1) {
1172
1172
  const ret = debugString(arg1);
1173
1173
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
1174
1174
  const len1 = WASM_VECTOR_LEN;
1175
1175
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1176
1176
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1177
1177
  },
1178
- __wbg___wbindgen_is_string_dde0fd9020db4434: function(arg0) {
1178
+ __wbg___wbindgen_is_string_c236cabd84a4d769: function(arg0) {
1179
1179
  const ret = typeof(arg0) === 'string';
1180
1180
  return ret;
1181
1181
  },
1182
- __wbg___wbindgen_throw_9c31b086c2b26051: function(arg0, arg1) {
1182
+ __wbg___wbindgen_throw_1506f2235d1bdba0: function(arg0, arg1) {
1183
1183
  throw new Error(getStringFromWasm0(arg0, arg1));
1184
1184
  },
1185
1185
  __wbg_getRandomValues_76dfc69825c9c552: function() { return handleError(function (arg0, arg1) {
1186
1186
  globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
1187
1187
  }, arguments); },
1188
- __wbg_get_index_c051becca25aa6d8: function(arg0, arg1) {
1188
+ __wbg_get_index_ab123d64c89e3156: function(arg0, arg1) {
1189
1189
  const ret = arg0[arg1 >>> 0];
1190
1190
  return ret;
1191
1191
  },
1192
- __wbg_length_56fcd3e2b7e0299d: function(arg0) {
1192
+ __wbg_length_4a591ecaa01354d9: function(arg0) {
1193
1193
  const ret = arg0.length;
1194
1194
  return ret;
1195
1195
  },
1196
- __wbg_new_02d162bc6cf02f60: function() {
1197
- const ret = new Object();
1196
+ __wbg_new_622fc80556be2e26: function() {
1197
+ const ret = new Map();
1198
1198
  return ret;
1199
1199
  },
1200
- __wbg_new_070df68d66325372: function() {
1201
- const ret = new Map();
1200
+ __wbg_new_ce1ab61c1c2b300d: function() {
1201
+ const ret = new Object();
1202
1202
  return ret;
1203
1203
  },
1204
- __wbg_new_310879b66b6e95e1: function() {
1204
+ __wbg_new_d90091b82fdf5b91: function() {
1205
1205
  const ret = new Array();
1206
1206
  return ret;
1207
1207
  },
1208
- __wbg_new_with_length_99887c91eae4abab: function(arg0) {
1208
+ __wbg_new_with_length_36a4998e27b014c5: function(arg0) {
1209
1209
  const ret = new Uint8Array(arg0 >>> 0);
1210
1210
  return ret;
1211
1211
  },
1212
- __wbg_prototypesetcall_5f9bdc8d75e07276: function(arg0, arg1, arg2) {
1212
+ __wbg_prototypesetcall_3249fc62a0fafa30: function(arg0, arg1, arg2) {
1213
1213
  Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
1214
1214
  },
1215
- __wbg_set_24d0fa9e104112f9: function(arg0, arg1, arg2) {
1215
+ __wbg_set_29c99a8aac1c01e5: function(arg0, arg1, arg2) {
1216
1216
  arg0.set(getArrayU8FromWasm0(arg1, arg2));
1217
1217
  },
1218
+ __wbg_set_52b1e1eb5bed906a: function(arg0, arg1, arg2) {
1219
+ const ret = arg0.set(arg1, arg2);
1220
+ return ret;
1221
+ },
1218
1222
  __wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
1219
1223
  arg0[arg1] = arg2;
1220
1224
  },
1221
- __wbg_set_78ea6a19f4818587: function(arg0, arg1, arg2) {
1225
+ __wbg_set_dca99999bba88a9a: function(arg0, arg1, arg2) {
1222
1226
  arg0[arg1 >>> 0] = arg2;
1223
1227
  },
1224
- __wbg_set_facb7a5914e0fa39: function(arg0, arg1, arg2) {
1225
- const ret = arg0.set(arg1, arg2);
1226
- return ret;
1227
- },
1228
- __wbg_set_index_6216eb6926d2fbc6: function(arg0, arg1, arg2) {
1228
+ __wbg_set_index_73ced2e1b4a2a37e: function(arg0, arg1, arg2) {
1229
1229
  arg0[arg1 >>> 0] = arg2;
1230
1230
  },
1231
1231
  __wbindgen_cast_0000000000000001: function(arg0) {
Binary file
package/web/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "Nexlab-One"
7
7
  ],
8
8
  "description": "FN-DSA (FIPS 206) post-quantum digital signature implementation",
9
- "version": "0.0.2",
9
+ "version": "0.0.5",
10
10
  "license": "Apache-2.0",
11
11
  "repository": {
12
12
  "type": "git",
@@ -29,4 +29,4 @@
29
29
  "falcon",
30
30
  "signature"
31
31
  ]
32
- }
32
+ }