I want to know if there is a way to install/use the PBC library on Arduino UNO. I want to implement some cryptographic primitives using PBC library.
Thank you.
-
2GMP could be very painful to get working on something as small as the ATmega328P.Ignacio Vazquez-Abrams– Ignacio Vazquez-Abrams2014年11月13日 19:08:34 +00:00Commented Nov 13, 2014 at 19:08
-
Anyway, I want to know how to do itwatou– watou2014年11月25日 12:15:09 +00:00Commented Nov 25, 2014 at 12:15
-
Hello Miss Jéssica Carneiro, Could you tell me "Is it possible to install PBC library on Arduino ?"Abhijeet Thakare– Abhijeet Thakare2020年03月06日 07:43:08 +00:00Commented Mar 6, 2020 at 7:43
1 Answer 1
You could use the RELIC toolkit. It has PCB and they have scripts to compile for Due and Mega. I'm not sure if you could use this with Uno. But this library targets resource-constrained devices.
answered Jun 27, 2017 at 14:35
default