chiark / gitweb /
Update crypto code from Catacomb 2.5.0.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 31 Dec 2019 17:33:13 +0000 (17:33 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 1 Jan 2020 23:48:14 +0000 (23:48 +0000)
commit2ede086cbdcd09043be0ddc0e545e29daa6c7214
tree3312f25bcb9fc1f8b9e41d36e51807d3fb03b902
parentfd498ddfff325df75edb7ce1693a36cd61ed0fad
Update crypto code from Catacomb 2.5.0.

This change committed automatically by `catacomb-import-update'.

Detailed list of changes:
  Initial import of debian/copyright.
  Initial import of math/f25519.c.
  Initial import of math/f25519.h.
  Initial import of math/fgoldi.c.
  Initial import of math/fgoldi.h.
  Initial import of math/montladder.h.
  Initial import of math/qfarith.h.
  Initial import of math/scaf.c.
  Initial import of math/scaf.h.
  Initial import of math/scmul.h.
  Initial import of math/t/f25519.
  Initial import of math/t/fgoldi.
  Initial import of pub/ed25519.c.
  Initial import of pub/ed25519.h.
  Initial import of pub/ed448.c.
  Initial import of pub/ed448.h.
  Initial import of pub/t/ed25519.djb.
  Initial import of pub/t/ed25519.local.
  Initial import of pub/t/ed448.
  Initial import of pub/t/x25519.
  Initial import of pub/t/x25519.slow.
  Initial import of pub/t/x448.
  Initial import of pub/t/x448.slow.
  Initial import of pub/x25519.c.
  Initial import of pub/x25519.h.
  Initial import of pub/x448.c.
  Initial import of pub/x448.h.
  Updated secnet-import.auto.mk.
  Initial import of symm/keccak1600.c.
  Initial import of symm/keccak1600.h.
  Initial import of symm/sha3.c.
  Initial import of symm/sha3.h.
  Initial import of symm/t/SHA3_224LongMsg.rsp.
  Initial import of symm/t/SHA3_224Monte.rsp.
  Initial import of symm/t/SHA3_224ShortMsg.rsp.
  Initial import of symm/t/SHA3_256LongMsg.rsp.
  Initial import of symm/t/SHA3_256Monte.rsp.
  Initial import of symm/t/SHA3_256ShortMsg.rsp.
  Initial import of symm/t/SHA3_384LongMsg.rsp.
  Initial import of symm/t/SHA3_384Monte.rsp.
  Initial import of symm/t/SHA3_384ShortMsg.rsp.
  Initial import of symm/t/SHA3_512LongMsg.rsp.
  Initial import of symm/t/SHA3_512Monte.rsp.
  Initial import of symm/t/SHA3_512ShortMsg.rsp.
  Initial import of symm/t/SHAKE128LongMsg.rsp.
  Initial import of symm/t/SHAKE128ShortMsg.rsp.
  Initial import of symm/t/SHAKE128VariableOut.rsp.
  Initial import of symm/t/SHAKE256LongMsg.rsp.
  Initial import of symm/t/SHAKE256ShortMsg.rsp.
  Initial import of symm/t/SHAKE256VariableOut.rsp.
  Initial import of symm/t/keccak1600.
  Initial import of symm/t/sha3.local.

Upstream-Revision: ad7da99a043dab9addc7fce6b22b30f12c7676e6
52 files changed:
catacomb-import/debian/copyright [new file with mode: 0644]
catacomb-import/math/f25519.c [new file with mode: 0644]
catacomb-import/math/f25519.h [new file with mode: 0644]
catacomb-import/math/fgoldi.c [new file with mode: 0644]
catacomb-import/math/fgoldi.h [new file with mode: 0644]
catacomb-import/math/montladder.h [new file with mode: 0644]
catacomb-import/math/qfarith.h [new file with mode: 0644]
catacomb-import/math/scaf.c [new file with mode: 0644]
catacomb-import/math/scaf.h [new file with mode: 0644]
catacomb-import/math/scmul.h [new file with mode: 0644]
catacomb-import/math/t/f25519 [new file with mode: 0644]
catacomb-import/math/t/fgoldi [new file with mode: 0644]
catacomb-import/pub/ed25519.c [new file with mode: 0644]
catacomb-import/pub/ed25519.h [new file with mode: 0644]
catacomb-import/pub/ed448.c [new file with mode: 0644]
catacomb-import/pub/ed448.h [new file with mode: 0644]
catacomb-import/pub/t/ed25519.djb [new file with mode: 0644]
catacomb-import/pub/t/ed25519.local [new file with mode: 0644]
catacomb-import/pub/t/ed448 [new file with mode: 0644]
catacomb-import/pub/t/x25519 [new file with mode: 0644]
catacomb-import/pub/t/x25519.slow [new file with mode: 0644]
catacomb-import/pub/t/x448 [new file with mode: 0644]
catacomb-import/pub/t/x448.slow [new file with mode: 0644]
catacomb-import/pub/x25519.c [new file with mode: 0644]
catacomb-import/pub/x25519.h [new file with mode: 0644]
catacomb-import/pub/x448.c [new file with mode: 0644]
catacomb-import/pub/x448.h [new file with mode: 0644]
catacomb-import/secnet-import.auto.mk [new file with mode: 0644]
catacomb-import/symm/keccak1600.c [new file with mode: 0644]
catacomb-import/symm/keccak1600.h [new file with mode: 0644]
catacomb-import/symm/sha3.c [new file with mode: 0644]
catacomb-import/symm/sha3.h [new file with mode: 0644]
catacomb-import/symm/t/SHA3_224LongMsg.rsp [new file with mode: 0644]
catacomb-import/symm/t/SHA3_224Monte.rsp [new file with mode: 0644]
catacomb-import/symm/t/SHA3_224ShortMsg.rsp [new file with mode: 0644]
catacomb-import/symm/t/SHA3_256LongMsg.rsp [new file with mode: 0644]
catacomb-import/symm/t/SHA3_256Monte.rsp [new file with mode: 0644]
catacomb-import/symm/t/SHA3_256ShortMsg.rsp [new file with mode: 0644]
catacomb-import/symm/t/SHA3_384LongMsg.rsp [new file with mode: 0644]
catacomb-import/symm/t/SHA3_384Monte.rsp [new file with mode: 0644]
catacomb-import/symm/t/SHA3_384ShortMsg.rsp [new file with mode: 0644]
catacomb-import/symm/t/SHA3_512LongMsg.rsp [new file with mode: 0644]
catacomb-import/symm/t/SHA3_512Monte.rsp [new file with mode: 0644]
catacomb-import/symm/t/SHA3_512ShortMsg.rsp [new file with mode: 0644]
catacomb-import/symm/t/SHAKE128LongMsg.rsp [new file with mode: 0644]
catacomb-import/symm/t/SHAKE128ShortMsg.rsp [new file with mode: 0644]
catacomb-import/symm/t/SHAKE128VariableOut.rsp [new file with mode: 0644]
catacomb-import/symm/t/SHAKE256LongMsg.rsp [new file with mode: 0644]
catacomb-import/symm/t/SHAKE256ShortMsg.rsp [new file with mode: 0644]
catacomb-import/symm/t/SHAKE256VariableOut.rsp [new file with mode: 0644]
catacomb-import/symm/t/keccak1600 [new file with mode: 0644]
catacomb-import/symm/t/sha3.local [new file with mode: 0644]