Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate the JS React native code interoperability. #1388

Open
3 tasks
lucanicoladebiasi opened this issue Oct 4, 2024 · 1 comment
Open
3 tasks

Investigate the JS React native code interoperability. #1388

lucanicoladebiasi opened this issue Oct 4, 2024 · 1 comment

Comments

@lucanicoladebiasi
Copy link
Collaborator

lucanicoladebiasi commented Oct 4, 2024

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
@lucanicoladebiasi
Copy link
Collaborator Author

This ticket follows up #1334.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants