1. 413808b crypto: lib/chacha20poly1305 - use chacha20_crypt() by Eric Biggers · 5 years ago
  2. d95312a crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine by Ard Biesheuvel · 5 years ago
  3. ed20078 crypto: chacha20poly1305 - import construction and selftest from Zinc by Ard Biesheuvel · 5 years ago
  4. 660bb8e crypto: lib/curve25519 - work around Clang stack spilling issue by Ard Biesheuvel · 5 years ago
  5. 0ed42a6f crypto: curve25519 - generic C library implementations by Jason A. Donenfeld · 5 years ago
  6. 66d7fb9 crypto: blake2s - generic C library implementation and selftest by Jason A. Donenfeld · 5 years ago
  7. a11d055 crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation by Ard Biesheuvel · 5 years ago
  8. a6b803b crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation by Ard Biesheuvel · 5 years ago
  9. f569ca1 crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation by Ard Biesheuvel · 5 years ago
  10. f0e89bc crypto: x86/poly1305 - expose existing driver as poly1305 library by Ard Biesheuvel · 5 years ago
  11. a1d9306 crypto: poly1305 - expose init/update/final library interface by Ard Biesheuvel · 5 years ago
  12. 48ea8c6 crypto: poly1305 - move core routines into a separate library by Ard Biesheuvel · 5 years ago
  13. 5fb8ef2 crypto: chacha - move existing library code into lib/crypto by Ard Biesheuvel · 5 years ago
  14. 746b2e0 crypto: lib - tidy up lib/crypto Kconfig and Makefile by Ard Biesheuvel · 5 years ago
  15. c75c66b crypto: sha256 - Remove sha256/224_init code duplication by Hans de Goede · 5 years ago
  16. 34d6245 crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h by Hans de Goede · 5 years ago
  17. 9ecf5ad crypto: sha256 - Add missing MODULE_LICENSE() to lib/crypto/sha256.c by Hans de Goede · 5 years ago
  18. 7d2f5b0 crypto: sha256 - Add sha224 support to sha256 library code by Hans de Goede · 5 years ago
  19. 01d3aee crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use by Hans de Goede · 5 years ago
  20. 906a4bb crypto: sha256 - Use get/put_unaligned_be32 to get input, memzero_explicit by Hans de Goede · 5 years ago
  21. ad767ee crypto: sha256 - Move lib/sha256.c to lib/crypto by Hans de Goede · 5 years ago
  22. 04007b0 crypto: des - split off DES library from generic DES cipher driver by Ard Biesheuvel · 5 years ago
  23. bc67d04 crypto: aes - helper function to validate key length for AES algorithms by Iuliana Prodan · 5 years ago
  24. 9467a31 crypto: lib/aes - export sbox and inverse sbox by Ard Biesheuvel · 6 years ago
  25. e59c1c9 crypto: aes - create AES library based on the fixed time AES code by Ard Biesheuvel · 6 years ago
  26. dc51f25 crypto: arc4 - refactor arc4 core code into separate library by Ard Biesheuvel · 6 years ago