vechain-sdk-js icon indicating copy to clipboard operation
vechain-sdk-js copied to clipboard

Investigate the JS React native code interoperability.

Open lucanicoladebiasi opened this issue 4 months ago • 1 comments

Investigate the possibility of JS using the SDK running in React to call native executable code.

This case is useful to provide hight speed and secure cryptographic support to runtimes unable to detect the crypo layer provided by NodeJS to delegate cryptographic functions to the host OS. Failure to recognize the cryptographic API provided by the OS obliges the SDK to perform computations in JS runtime resulting execution delays of tens of seconds compared to the ms when the same functions are delegated to the hardware through the host OS.

lucanicoladebiasi avatar Oct 04 '24 13:10 lucanicoladebiasi