Closed razvand closed 1 year ago
@maniatro111 , please also approve this by going to Files changed
-> Review changes
. Add the reviewed by message there.
@michpappas , please approve this if it's OK with you.
Hi @razvand, thanks for that. Two things:
scalarmult_ed25519_ref10.c
is covered by tests/default/scalarmult_ed25519.c
. Please have a look at lib-libsodium/patches/
and lib-libsodium/src/uk_sodium_test.c
to see how we deploy tests.--enable=minimal
(see README.md). There are two ways forward here: Either enable all components, or start off with minimal and enable additional components on a per-need basis. I don't have a strong opinion, but either way README.md must be clear of what the user gets.I will close this. If additional features are required, we will create a larger PR.
Add libsodium reference implementation in
scalarmult_ed25519_ref10.c
.