Re: avr-crypto-lib

BERTRAND Joël <[email protected]> Tue, 1 Jun 2021 08:37:16 +0200
Newsgroups gmane.comp.hardware.avr.gcc
Message-ID <[email protected]>
RSA doesn't run as expected. With expopent=3 and length=512, program
doesn't crash but after four hours (@ 16 MHz on simavr), gdb shows that
program stays in RSA subroutines and doesn't return to main routine.
Something is probably broken somewhere.

I have found a uECC library but I don't understand how use this library
to encrypt data (I think I have understand how I can sign data).

Best regards,

JB