]> git.ipfire.org Git - thirdparty/nettle.git/commit
Add a side-channel silent conditional memcpy
authorSimo Sorce <simo@redhat.com>
Mon, 15 Oct 2018 19:02:50 +0000 (15:02 -0400)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 24 Nov 2018 10:28:18 +0000 (11:28 +0100)
commitf554a317d741c2fe8cd891ac0fcd6c38d0c49ace
treee0b7bf6547817be88ef456b4e38a8bbefea4d0b8
parent1d0cbc3265870a57687e38c898c867d871d4dc5d
Add a side-channel silent conditional memcpy

Originally from Niels, with minor changes to avoid compiler warnings.
Makefile.in
cnd-memcpy.c [new file with mode: 0644]
memops.h
testsuite/.gitignore
testsuite/.test-rules.make
testsuite/Makefile.in
testsuite/cnd-memcpy-test.c [new file with mode: 0644]