sources 589 B

12345678910111213141516171819202122232425262728293031
  1. ################################################################################
  2. #
  3. # Copyright (c) 2015 Minoca Corp. All Rights Reserved
  4. #
  5. # File Name:
  6. #
  7. # sources
  8. #
  9. # Abstract:
  10. #
  11. # This file contains the common object files for the Cryptographic
  12. # Library.
  13. #
  14. # Author:
  15. #
  16. # Evan Green 13-Jan-2015
  17. #
  18. # Environment:
  19. #
  20. # Build
  21. #
  22. ################################################################################
  23. OBJS = aes.o \
  24. fortuna.o \
  25. hmac.o \
  26. md5.o \
  27. sha1.o \
  28. sha256.o \
  29. sha512.o \