commit | aa127963f1cab2b93c74c9b128a84610203fb674 | [log] [tgz] |
---|---|---|
author | Jason A. Donenfeld <Jason@zx2c4.com> | Mon Dec 16 19:53:26 2019 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Dec 27 18:18:03 2019 +0800 |
tree | 6b74802608e87ded121f412c125d18cf82718728 | |
parent | c782937e92826af464e65111e9f7a7a774b6c276 [diff] |
crypto: lib/curve25519 - re-add selftests Somehow these were dropped when Zinc was being integrated, which is problematic, because testing the library interface for Curve25519 is important.. This commit simply adds them back and wires them in in the same way that the blake2s selftests are wired in. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>