From: Thomas Pornin Date: Wed, 26 Jul 2017 14:03:32 +0000 (+0200) Subject: Added name for new ChaCha20 implementation. X-Git-Tag: v0.5~3 X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=commitdiff_plain;h=0cc2e23690c83b6ea015eea3e78cb4236b685509;hp=24c6f09bf83015e04e16666e8a5fb66e75967e0d;ds=sidebyside Added name for new ChaCha20 implementation. --- diff --git a/tools/names.c b/tools/names.c index 3b4aa83..8fdcca8 100644 --- a/tools/names.c +++ b/tools/names.c @@ -418,6 +418,8 @@ static const struct { (const void *(*)(void))&br_aes_x86ni_cbcdec_get_vtable }, { "aes_x86ni_ctr", "x86ni", (const void *(*)(void))&br_aes_x86ni_ctr_get_vtable }, + { "chacha20_sse2", "sse2", + (const void *(*)(void))&br_chacha20_sse2_get }, { "ghash_pclmul", "pclmul", (const void *(*)(void))&br_ghash_pclmul_get }, { "ghash_pwr8", "pwr8",