1. bbd61fa crypto: poly1305 - fix poly1305_core_setkey() declaration by Arnd Bergmann · 3 years, 9 months ago
  2. 255f6c2 crypto: lib/chacha20poly1305 - Set SG_MITER_ATOMIC unconditionally by Herbert Xu · 4 years, 3 months ago
  3. 9ea9c58 crypto: lib/sha256 - add sha256() function by Eric Biggers · 4 years, 6 months ago
  4. 06cc2af crypto: lib/chacha20poly1305 - Add missing function declaration by Herbert Xu · 4 years, 6 months ago
  5. 2aaba01 crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h by Eric Biggers · 4 years, 8 months ago
  6. 13855fd crypto: lib/sha256 - return void by Eric Biggers · 4 years, 8 months ago
  7. c8cfcb7 crypto: arm64/chacha - correctly walk through blocks by Jason A. Donenfeld · 4 years, 9 months ago
  8. c9cc051 crypto: chacha20poly1305 - prevent integer overflow on large input by Jason A. Donenfeld · 5 years ago
  9. 72c7943 crypto: chacha20poly1305 - add back missing test vectors and test chunking by Jason A. Donenfeld · 5 years ago
  10. a8bdf2c crypto: curve25519 - Fix selftest build error by Herbert Xu · 5 years ago
  11. d7d7b85 crypto: x86/poly1305 - wire up faster implementations for kernel by Jason A. Donenfeld · 5 years ago
  12. 1c08a10 crypto: poly1305 - add new 32 and 64-bit generic versions by Jason A. Donenfeld · 5 years ago
  13. aa12796 crypto: lib/curve25519 - re-add selftests by Jason A. Donenfeld · 5 years ago
  14. 413808b crypto: lib/chacha20poly1305 - use chacha20_crypt() by Eric Biggers · 5 years ago
  15. d95312a crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine by Ard Biesheuvel · 5 years ago
  16. ed20078 crypto: chacha20poly1305 - import construction and selftest from Zinc by Ard Biesheuvel · 5 years ago
  17. 660bb8e crypto: lib/curve25519 - work around Clang stack spilling issue by Ard Biesheuvel · 5 years ago
  18. 0ed42a6f crypto: curve25519 - generic C library implementations by Jason A. Donenfeld · 5 years ago
  19. 66d7fb9 crypto: blake2s - generic C library implementation and selftest by Jason A. Donenfeld · 5 years ago
  20. a11d055 crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation by Ard Biesheuvel · 5 years ago
  21. a6b803b crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation by Ard Biesheuvel · 5 years ago
  22. f569ca1 crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation by Ard Biesheuvel · 5 years ago
  23. f0e89bc crypto: x86/poly1305 - expose existing driver as poly1305 library by Ard Biesheuvel · 5 years ago
  24. a1d9306 crypto: poly1305 - expose init/update/final library interface by Ard Biesheuvel · 5 years ago
  25. 48ea8c6 crypto: poly1305 - move core routines into a separate library by Ard Biesheuvel · 5 years ago
  26. 5fb8ef2 crypto: chacha - move existing library code into lib/crypto by Ard Biesheuvel · 5 years ago
  27. 746b2e0 crypto: lib - tidy up lib/crypto Kconfig and Makefile by Ard Biesheuvel · 5 years ago
  28. c75c66b crypto: sha256 - Remove sha256/224_init code duplication by Hans de Goede · 5 years ago
  29. 34d6245 crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h by Hans de Goede · 5 years ago
  30. 9ecf5ad crypto: sha256 - Add missing MODULE_LICENSE() to lib/crypto/sha256.c by Hans de Goede · 5 years ago
  31. 7d2f5b0 crypto: sha256 - Add sha224 support to sha256 library code by Hans de Goede · 5 years ago
  32. 01d3aee crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use by Hans de Goede · 5 years ago
  33. 906a4bb crypto: sha256 - Use get/put_unaligned_be32 to get input, memzero_explicit by Hans de Goede · 5 years ago
  34. ad767ee crypto: sha256 - Move lib/sha256.c to lib/crypto by Hans de Goede · 5 years ago
  35. 04007b0 crypto: des - split off DES library from generic DES cipher driver by Ard Biesheuvel · 5 years ago
  36. bc67d04 crypto: aes - helper function to validate key length for AES algorithms by Iuliana Prodan · 5 years ago
  37. 9467a31 crypto: lib/aes - export sbox and inverse sbox by Ard Biesheuvel · 5 years ago
  38. e59c1c9 crypto: aes - create AES library based on the fixed time AES code by Ard Biesheuvel · 5 years ago
  39. dc51f25 crypto: arc4 - refactor arc4 core code into separate library by Ard Biesheuvel · 6 years ago