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
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.
Overview
Following https://github.com/hashgraph/hedera-services/blob/8354afb91d643d8e06f5ef67d2914f032b95a5d7/platform-sdk/docs/proposals/TSS-Library/TSS-Library.md
Section:
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
The text was updated successfully, but these errors were encountered: