You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Acceptance criteria:
Investigate how to achieve it
Document how to do it
Create an executable example
The text was updated successfully, but these errors were encountered:
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.Acceptance criteria:
The text was updated successfully, but these errors were encountered: