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

esp32 is available miracl? #116

Open
qaz1423078740 opened this issue May 16, 2023 · 5 comments
Open

esp32 is available miracl? #116

qaz1423078740 opened this issue May 16, 2023 · 5 comments

Comments

@qaz1423078740
Copy link

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?

@mcarrickscott
Copy link
Contributor

mcarrickscott commented May 16, 2023 via email

@qaz1423078740
Copy link
Author

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

@qaz1423078740
Copy link
Author

image
This is the directory I selected 46 to generate

@mcarrickscott
Copy link
Contributor

mcarrickscott commented May 17, 2023 via email

@qaz1423078740
Copy link
Author

thanks

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

2 participants