You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
583 B

10 years ago
  1. /* -*- coding: utf-8 -*-
  2. * ----------------------------------------------------------------------
  3. * Copyright © 2011, RedJack, LLC.
  4. * All rights reserved.
  5. *
  6. * Please see the COPYING file in this distribution for license
  7. * details.
  8. * ----------------------------------------------------------------------
  9. */
  10. #define CORK_HASH_ATTRIBUTES CORK_API
  11. #include "libcork/core/hash.h"
  12. #include "libcork/core/types.h"
  13. /* All of the following functions will be defined for us by libcork/core/hash.h:
  14. * cork_hash_buffer
  15. * cork_big_hash_buffer
  16. * cork_stable_hash_buffer
  17. */