dmazzella / ucrypto

Micropython package for doing fast rsa and elliptic curve cryptography, specifically digital signatures
MIT License
31 stars 11 forks source link

implement ed25519 for micropython #4

Closed abuvanth closed 1 year ago

dmazzella commented 1 year ago

@abuvanth

the math needed is available, I don't have time to implement it, you can take inspiration from ed25519 for a simple implementation to bring back to ucrypto

abuvanth commented 1 year ago

@dmazzella Okay I will look into it

abuvanth commented 1 year ago

ed25519 ported for micropython here - https://github.com/abuvanth/millegrilles.rpipico/blob/master/millegrilles/src/oryx_crypto.c

abuvanth commented 1 year ago

i am using https://github.com/abuvanth/millegrilles.rpipico/blob/master/millegrilles/src/oryx_crypto.c as ed25519 implementation. hence closed this issue