Update crypto code from Catacomb 2.3.0.1-45-g9c14.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 25 Sep 2019 10:44:59 +0000 (11:44 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 25 Sep 2019 22:05:14 +0000 (23:05 +0100)
commit8a7654a695e8ecdc8c14dced445839a7a7e6a8ca
tree5de59e4d48c552d22a0313c251b806f9afed68da
parentae8cd973b817f81c075ab20e84d3239125146f24
Update crypto code from Catacomb 2.3.0.1-45-g9c14.

  * Imported new `test-import/f25519-tests.in', from upstream
    `math/t/f25519'.
  * Imported new `test-import/f25519.c', from upstream `math/f25519.c'.
  * Imported new `test-import/f25519.h', from upstream `math/f25519.h'.
  * Imported new `test-import/fgoldi-tests.in', from upstream
    `math/t/fgoldi'.
  * Imported new `test-import/fgoldi.c', from upstream `math/fgoldi.c'.
  * Imported new `test-import/fgoldi.h', from upstream `math/fgoldi.h'.
  * Imported new `test-import/montladder.h', from upstream
    `math/montladder.h'.
  * Imported new `test-import/qfarith.h', from upstream `math/qfarith.h'.
  * Imported new `test-import/x25519-tests.in', from upstream
    `pub/t/x25519'.
  * Imported new `test-import/x25519.c', from upstream `pub/x25519.c'.
  * Imported new `test-import/x25519.h', from upstream `pub/x25519.h'.
  * Imported new `test-import/x448-tests.in', from upstream `pub/t/x448'.
  * Imported new `test-import/x448.c', from upstream `pub/x448.c'.
  * Imported new `test-import/x448.h', from upstream `pub/x448.h'.

Upstream-Revision: 9c1437f372e62f0b3b3a7162aabee73bdc96ce4b
14 files changed:
f25519-tests.in [new file with mode: 0644]
f25519.c [new file with mode: 0644]
f25519.h [new file with mode: 0644]
fgoldi-tests.in [new file with mode: 0644]
fgoldi.c [new file with mode: 0644]
fgoldi.h [new file with mode: 0644]
montladder.h [new file with mode: 0644]
qfarith.h [new file with mode: 0644]
x25519-tests.in [new file with mode: 0644]
x25519.c [new file with mode: 0644]
x25519.h [new file with mode: 0644]
x448-tests.in [new file with mode: 0644]
x448.c [new file with mode: 0644]
x448.h [new file with mode: 0644]