From 025982e094e547a393b709f4fd1ca37388d1f30f Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 18 May 2019 22:12:58 -0400 Subject: [PATCH] Update License file to include sha1_armv4.S --- Filelist.txt | 2 ++ License.txt | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Filelist.txt b/Filelist.txt index 678772ac..72215f8e 100644 --- a/Filelist.txt +++ b/Filelist.txt @@ -314,6 +314,8 @@ serpentp.h sha.cpp sha_simd.cpp sha.h +sha1_armv4.h +sha1_armv4.S sha3.cpp sha3.h shacal2.cpp diff --git a/License.txt b/License.txt index d48cdbb4..629ecc61 100644 --- a/License.txt +++ b/License.txt @@ -29,8 +29,8 @@ Daniel J. Bernstein, Jack Lloyd - chacha.cpp, chacha_simd.cpp, chacha_avx.cpp Andrew Moon - ed25519, x25519, donna_32.cpp, donna_64.cpp, donna_sse.cpp The Crypto++ Library uses portions of Andy Polyakov's CRYPTOGAMS for Poly1305 -scalar multiplication and aes_armv4.S. CRYPTOGAMS is dual licensed with a -permissive BSD-style license. The CRYPTOGAMS license is reproduced below. +scalar multiplication, aes_armv4.S and sha1_armv4.S. CRYPTOGAMS is dual licensed +with a permissive BSD-style license. The CRYPTOGAMS license is reproduced below. The Crypto++ Library uses portions of Jack Lloyd's Botan for ChaCha SSE2 and AVX. Botan placed the code in public domain for Crypto++ to use.