dogecoin/src/crypto
2019-06-25 15:13:02 +02:00
..
ctaes
aes.cpp Make reasoning about dependencies easier by not including unused dependencies 2019-06-02 17:15:23 +02:00
aes.h
chacha20.cpp Add ChaCha20 encryption option (XOR) 2019-05-03 20:31:18 +02:00
chacha20.h Add ChaCha20 encryption option (XOR) 2019-05-03 20:31:18 +02:00
chacha_poly_aead.cpp Add ChaCha20Poly1305@Bitcoin AEAD implementation 2019-06-25 15:13:02 +02:00
chacha_poly_aead.h Add ChaCha20Poly1305@Bitcoin AEAD implementation 2019-06-25 15:13:02 +02:00
common.h
hkdf_sha256_32.cpp Add HKDF HMAC_SHA256 L=32 implementations 2019-05-11 09:14:07 +02:00
hkdf_sha256_32.h Add HKDF HMAC_SHA256 L=32 implementations 2019-05-11 09:14:07 +02:00
hmac_sha256.cpp
hmac_sha256.h
hmac_sha512.cpp
hmac_sha512.h
poly1305.cpp
poly1305.h
ripemd160.cpp Do not construct out-of-bound pointers in SHA512/SHA1/RIPEMD160 code 2019-05-06 15:11:10 -07:00
ripemd160.h
sha1.cpp Do not construct out-of-bound pointers in SHA512/SHA1/RIPEMD160 code 2019-05-06 15:11:10 -07:00
sha1.h
sha256.cpp
sha256.h
sha256_avx2.cpp Make reasoning about dependencies easier by not including unused dependencies 2019-06-02 17:15:23 +02:00
sha256_shani.cpp
sha256_sse4.cpp
sha256_sse41.cpp Make reasoning about dependencies easier by not including unused dependencies 2019-06-02 17:15:23 +02:00
sha512.cpp Do not construct out-of-bound pointers in SHA512/SHA1/RIPEMD160 code 2019-05-06 15:11:10 -07:00
sha512.h
siphash.cpp
siphash.h