vechain-sdk-js
vechain-sdk-js copied to clipboard
Investigate the JS React native code interoperability.
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.