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

Can I use this library on Java? #3

Open
fastener opened this issue Sep 16, 2021 · 4 comments
Open

Can I use this library on Java? #3

fastener opened this issue Sep 16, 2021 · 4 comments

Comments

@fastener
Copy link

Is this library used to generate stark signatures?

@andre77
Copy link

andre77 commented Jun 2, 2022

@fastener also looking for a library to generate STARK signatures
did you find any way around it ?

@Solpatium
Copy link
Contributor

@fercp
Copy link

fercp commented Oct 30, 2022

@andre77 @fastener check this one for pure java implementation https://github.com/fercp/starkex

@Cevedale
Copy link

Yes, you can use the StarkEx library with Java! StarkEx is a protocol for scalable and secure off-chain computation. While the library might be initially designed with a specific language in mind, you can often use it with other languages, including Java, through various methods.

One common approach is to use a library or tool that facilitates interoperability between languages, such as Java's native interface (JNI) for calling functions written in other languages like C or C++. If the StarkEx library provides a C or C++ interface, you can create a Java wrapper using JNI to make the functionality accessible from Java.

Keep in mind that you may need to check the documentation of the StarkEx library for any specific recommendations or available interfaces for Java integration. Additionally, consider looking for community-supported wrappers or projects that provide Java bindings for the StarkEx library

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

No branches or pull requests

5 participants