Update License file to include sha1_armv4.S
parent
3bd7d65021
commit
025982e094
|
|
@ -314,6 +314,8 @@ serpentp.h
|
||||||
sha.cpp
|
sha.cpp
|
||||||
sha_simd.cpp
|
sha_simd.cpp
|
||||||
sha.h
|
sha.h
|
||||||
|
sha1_armv4.h
|
||||||
|
sha1_armv4.S
|
||||||
sha3.cpp
|
sha3.cpp
|
||||||
sha3.h
|
sha3.h
|
||||||
shacal2.cpp
|
shacal2.cpp
|
||||||
|
|
|
||||||
|
|
@ -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
|
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
|
The Crypto++ Library uses portions of Andy Polyakov's CRYPTOGAMS for Poly1305
|
||||||
scalar multiplication and aes_armv4.S. CRYPTOGAMS is dual licensed with a
|
scalar multiplication, aes_armv4.S and sha1_armv4.S. CRYPTOGAMS is dual licensed
|
||||||
permissive BSD-style license. The CRYPTOGAMS license is reproduced below.
|
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
|
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.
|
AVX. Botan placed the code in public domain for Crypto++ to use.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue