@entros/pulse-sdk 3.0.0 → 3.2.0
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.
- package/README.md +1 -1
- package/dist/index.d.mts +4 -19
- package/dist/index.d.ts +4 -19
- package/dist/index.js +5 -15
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -16,7 +16,7 @@ var TOTAL_PROOF_SIZE = 256;
|
|
|
16
16
|
var SIMHASH_SEED = "IAM-PROTOCOL-SIMHASH-V1";
|
|
17
17
|
var MIN_CAPTURE_MS = 2e3;
|
|
18
18
|
var MAX_CAPTURE_MS = 6e4;
|
|
19
|
-
var DEFAULT_CAPTURE_MS =
|
|
19
|
+
var DEFAULT_CAPTURE_MS = 12e3;
|
|
20
20
|
var PROGRAM_IDS = {
|
|
21
21
|
entrosAnchor: "GZYwTp2ozeuRA5Gof9vs4ya961aANcJBdUzB7LN6q4b2",
|
|
22
22
|
entrosVerifier: "4F97jNoxQzT2qRbkWpW3ztC3Nz2TtKj3rnKG8ExgnrfV",
|
|
@@ -6341,17 +6341,16 @@ export {
|
|
|
6341
6341
|
MIN_CAPTURE_MS,
|
|
6342
6342
|
MIN_MOTION_SAMPLES,
|
|
6343
6343
|
MIN_TOUCH_SAMPLES,
|
|
6344
|
+
MOTION_FEATURE_COUNT,
|
|
6344
6345
|
PROGRAM_IDS,
|
|
6345
6346
|
PulseSDK,
|
|
6346
6347
|
PulseSession,
|
|
6347
6348
|
SPEAKER_FEATURE_COUNT,
|
|
6349
|
+
TOUCH_FEATURE_COUNT,
|
|
6348
6350
|
attestAgentOperator,
|
|
6349
|
-
autocorrelation,
|
|
6350
6351
|
bigintToBytes32,
|
|
6351
6352
|
computeCommitment,
|
|
6352
|
-
condense,
|
|
6353
6353
|
encodeAudioAsBase64,
|
|
6354
|
-
entropy,
|
|
6355
6354
|
extractAccelerationMagnitude,
|
|
6356
6355
|
extractMotionFeatures,
|
|
6357
6356
|
extractMouseDynamics,
|
|
@@ -6372,21 +6371,17 @@ export {
|
|
|
6372
6371
|
generateTBH,
|
|
6373
6372
|
getAgentHumanOperator,
|
|
6374
6373
|
hammingDistance,
|
|
6375
|
-
kurtosis,
|
|
6376
6374
|
loadVerificationData,
|
|
6377
|
-
mean,
|
|
6378
6375
|
packBits,
|
|
6379
6376
|
prepareCircuitInput,
|
|
6380
6377
|
randomLissajousParams,
|
|
6381
6378
|
serializeProof,
|
|
6382
6379
|
simhash,
|
|
6383
|
-
skewness,
|
|
6384
6380
|
storeVerificationData,
|
|
6385
6381
|
submitResetViaWallet,
|
|
6386
6382
|
submitViaRelayer,
|
|
6387
6383
|
submitViaWallet,
|
|
6388
6384
|
toBigEndian32,
|
|
6389
|
-
variance,
|
|
6390
6385
|
verifyEntrosAttestation
|
|
6391
6386
|
};
|
|
6392
6387
|
//# sourceMappingURL=index.mjs.map
|