> For comparison, [2] is an implementation of Curve25519 using no heap space. > On an ATmega128, it uses 462 bytes of stack space for a curve multiplication.
Small correction: Almost no heap space :) It uses three 32-byte constants which could be reconstructed dynamically. Those being: The number 0, the number 1, and the curve base coordinate 9. -- TBB
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ TLS mailing list -- tls@ietf.org To unsubscribe send an email to tls-le...@ietf.org