Skip to content

Refactor NativeLoader to load any library #6

Description

@fedejinich

Description

NativeLoader only loads altbn128 native library, it should be refactored to load any library

Aceptance criteria

public class NativeLoader {

  public static boolean load(Class jniClass, String nativeLibraryName, String 
    nativeLibraryFolderPath) throws Exception {
      ...
  }

  ...

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions