Update README.md

This commit is contained in:
kokke
2019-01-22 20:03:52 +01:00
committed by GitHub
parent 3a09a49dbb
commit ad324027f4

View File

@@ -29,7 +29,7 @@ There is no built-in protection from out-of-bounds memory access errors as a res
The module allocates no RAM internally and takes up 2.1K ROM when compiled for ARM (1.4K for Thumb but YMMV).
A keypair requires between 63 and 216 bytes of RAM depending on which curve you choose (i.e. how big the underlying base field is).
A keypair requires between 72 and 216 bytes of RAM depending on which curve you choose (i.e. how big the underlying base field is).
It is the smallest implementation of ECC in C I've seen yet, but do contact me if you know of something smaller (or have improvements to the code here).