Skip to content

Make library methods not static #6

Description

@StefanBratanov

Currently, there is a limitation to the library that all methods are static in the library. This means that if the class is used concurrently with two different trusted setups it won't work.

The JNI binding could be changed to store a trusted setup per jobject. C doesn't have a map data structure, so some sort of custom map could be created (binary tree could be a solution)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bindingRequires changes in the java binding at https://github.com/ethereum/c-kzg-4844/

    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