-
Notifications
You must be signed in to change notification settings - Fork 242
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
esp32 is available miracl? #116
Comments
Yes, we have implemented bilinear pairing on an esp32. See arduino
directory in https://github.com/miracl/core
…On Tue, May 16, 2023 at 3:31 PM qaz1423078740 ***@***.***> wrote:
I want to implement bilinear pairing in esp32.But I did not find the
corresponding library. Can this library be used in esp? How do you do that?
—
Reply to this email directly, view it on GitHub
<#116>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAU3ZDTRRD2WUCPXPE4GASDXGOFT3ANCNFSM6AAAAAAYDX45Y4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Can only generate one? I want to use share with a bilinear pairing, what do I do? Also, I used 46.Kyber and ran the routine with the following error eddsa.h: #include "ecp_ZZZ.h" |
Choose the pairing friendly curve that you want to use, for example 28.
BN254
Script was not updated for recent addition, should be OK now, so download
again.
Mike
…On Wed, May 17, 2023 at 3:13 AM qaz1423078740 ***@***.***> wrote:
Can only generate one? I want to use share with a bilinear pairing, what
do I do? Also, I used 46.Kyber and ran the routine with the following error
C:\Users\14230\Documents\Arduino\libraries\share\eddsa.cpp:28:10: fatal
error: eddsa_ZZZ.h: No such file or directory
#include "eddsa_ZZZ.h"
^~~~~~~~~~~~~
compilation terminated.
exit status 1
I checked eddsa.h and found that EDDSA_ZZZ_H was defined. Is it a problem
of definition.
eddsa.h:
#ifndef EDDSA_ZZZ_H
#define EDDSA_ZZZ_H
#include "ecp_ZZZ.h"
And the generated file does not have ecp ZZZ.h
—
Reply to this email directly, view it on GitHub
<#116 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAU3ZDXXH6KP56QON4DLJ2DXGQX3ZANCNFSM6AAAAAAYDX45Y4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
thanks |
I want to implement bilinear pairing in esp32.But I did not find the corresponding library. Can this library be used in esp? How do you do that?
The text was updated successfully, but these errors were encountered: