This website requires JavaScript.
Explore
Help
Sign In
nhyatt
/
putty-source
Watch
1
Star
0
Fork
0
You've already forked putty-source
mirror of
https://git.tartarus.org/simon/putty.git
synced
2025-07-15 01:57:40 -05:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
0b00e4ce26d89cd010e31e66fd02ac77cb982367
putty-source
/
crypto
History
Jacob Nevins
58fc33a155
Add missing flags to AES selector vtables.
...
They ought to have the same data as the real AES implementations they will hand off to.
2023-12-13 18:47:08 +00:00
..
aes-common.c
…
aes-neon.c
…
aes-ni.c
…
aes-select.c
Add missing flags to AES selector vtables.
2023-12-13 18:47:08 +00:00
aes-sw.c
…
aes.h
…
aesgcm-clmul.c
…
aesgcm-common.c
…
aesgcm-footer.h
…
aesgcm-neon.c
AES-GCM NEON: cope with missing vaddq_p128.
2022-10-12 20:01:58 +01:00
aesgcm-ref-poly.c
…
aesgcm-select.c
…
aesgcm-sw.c
…
aesgcm.h
…
arcfour.c
…
argon2.c
…
bcrypt.c
…
blake2.c
…
blowfish.c
…
blowfish.h
…
chacha20-poly1305.c
…
CMakeLists.txt
AES-GCM NEON: cope with missing vaddq_p128.
2022-10-12 20:01:58 +01:00
crc32.c
…
des.c
…
diffie-hellman.c
…
dsa.c
…
ecc-arithmetic.c
…
ecc-ssh.c
…
ecc.h
…
hash_simple.c
…
hmac.c
Add support for HMAC-SHA512.
2023-04-23 13:24:19 +01:00
mac_simple.c
…
mac.c
…
md5.c
…
mpint_i.h
…
mpint.c
…
ntru.c
…
ntru.h
…
openssh-certs.c
Use correct date in cert check error.
2023-04-19 14:19:34 +01:00
prng.c
…
pubkey-pem.c
…
pubkey-ppk.c
…
pubkey-ssh1.c
…
rsa.c
…
sha1-common.c
…
sha1-neon.c
…
sha1-ni.c
…
sha1-select.c
…
sha1-sw.c
…
sha1.h
…
sha3.c
…
sha256-common.c
…
sha256-neon.c
…
sha256-ni.c
…
sha256-select.c
…
sha256-sw.c
…
sha256.h
…
sha512-common.c
…
sha512-neon.c
…
sha512-select.c
…
sha512-sw.c
…
sha512.h
…
xdmauth.c
…