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

Implement native-support library #14136

Closed
Tracked by #15216 ...
mxtartaglia-sl opened this issue Jul 3, 2024 · 0 comments
Closed
Tracked by #15216 ...

Implement native-support library #14136

mxtartaglia-sl opened this issue Jul 3, 2024 · 0 comments
Assignees
Labels
Platform Tickets pertaining to the platform

Comments

@mxtartaglia-sl
Copy link
Contributor

mxtartaglia-sl commented Jul 3, 2024

Overview

Following https://github.com/hashgraph/hedera-services/blob/8354afb91d643d8e06f5ef67d2914f032b95a5d7/platform-sdk/docs/proposals/TSS-Library/TSS-Library.md
Section:

  • Hedera Common Native Support
  • Handling of multilanguage modules and native code distribution

Create the necessary components to allow clients of this library to load binary libraries for use with JNI.
The library should load the right version of the binary by determining which system architecture the code is executing on.

Definitions

Repository: hedera-cryptography
Gradle Module name: hedera-common-nativesupport
Java Module name: com.hedera.common.nativesupport

Supporting classes

https://github.com/hashgraph/full-stack-testing/blob/c3fd5602525145be132770116f5bb5a1a1922dea/fullstack-core/fullstack-base-api/src/main/java/com/hedera/fullstack/base/api/resource/ResourceLoader.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform Tickets pertaining to the platform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant