sources 843 B

123456789101112131415161718192021222324252627282930313233343536
  1. ################################################################################
  2. #
  3. # Copyright (c) 2015 Minoca Corp.
  4. #
  5. # This file is licensed under the terms of the GNU General Public License
  6. # version 3. Alternative licensing terms are available. Contact
  7. # info@minocacorp.com for details. See the LICENSE file at the root of this
  8. # project for complete licensing information.
  9. #
  10. # File Name:
  11. #
  12. # sources
  13. #
  14. # Abstract:
  15. #
  16. # This file contains the common object files for the Cryptographic
  17. # Library.
  18. #
  19. # Author:
  20. #
  21. # Evan Green 13-Jan-2015
  22. #
  23. # Environment:
  24. #
  25. # Build
  26. #
  27. ################################################################################
  28. OBJS = aes.o \
  29. fortuna.o \
  30. hmac.o \
  31. md5.o \
  32. sha1.o \
  33. sha256.o \
  34. sha512.o \