]> git.ipfire.org Git - thirdparty/nettle.git/commit
Prepare for using assembly function _chacha_2core.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 23 Nov 2020 16:23:17 +0000 (17:23 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 23 Nov 2020 16:23:17 +0000 (17:23 +0100)
commitc4e859750a1580491f227287400b99e1d1d82319
tree059c0433e5f9bad6f507c3917ae27bebba36e258
parent65a8194f37f8b11041d8f8b3394d757758609681
Prepare for using assembly function _chacha_2core.

* chacha-crypt.c (_chacha_crypt_2core, _chacha_crypt32_2core): New
variants of chacha_crypt, using _chacha_2core to do two blocks at
a time.
* chacha-internal.h (_chacha_2core, _chacha_2core32): Add declarations.
* configure.ac (asm_nettle_optional_list): Add chacha-2core.asm.
ChangeLog
chacha-crypt.c
chacha-internal.h
configure.ac