rstp

Results 11 comments of rstp

@chinesehemp Hello! Sorry for being late, you do not need to import KyPairType from /dist/node.es.js This will work, because .es files working not like modules! `import { KeyPairType } from...

Hello @HSCOGT ! We updated e3kit for node18+ again, try with 3.0.2 version, if problem still exists tell us back!

@HSCOGT Hello! Try new 3.0.5 release, fix all depends!

Hello @maazrashid ! Need some additional info, package.json and how you implemented virgil crypto inside project!

@maazrashid Are you initCrypto() somewhere inside project? Cause this loads .wasm files and another modules for correct behaviour You need to do it like this ``` import { initCrypto, VirgilCrypto...