minor improv.

master v0.1
pmvr 2020-06-04 08:21:36 +02:00
parent 92bd3cab63
commit ed2344c18b
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ Ed25519 is performed on the twisted Edwards curve of Curve25519 on the x- und y-
For native machine code in mpy-files see [here](https://docs.micropython.org/en/latest/develop/natmod.html).
There are two modules in the `mpy-modules/` sub-directory:
* For the SHA512 `mpy-modules/sha512/`, where I modfied [this](https://github.com/routar/C-SHA2) code.
* For X25519 `mpy-modules/curve25519/`.
* One for the SHA512 `mpy-modules/sha512/`, where I modfied [this](https://github.com/routar/C-SHA2) code.
* And one for X25519 `mpy-modules/curve25519/`.
The the resulting two mpy-files have have to be copied to a Pyboard.