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
20 lines
583 B
/* -*- coding: utf-8 -*-
|
|
* ----------------------------------------------------------------------
|
|
* Copyright © 2011, RedJack, LLC.
|
|
* All rights reserved.
|
|
*
|
|
* Please see the COPYING file in this distribution for license
|
|
* details.
|
|
* ----------------------------------------------------------------------
|
|
*/
|
|
|
|
#define CORK_HASH_ATTRIBUTES CORK_API
|
|
|
|
#include "libcork/core/hash.h"
|
|
#include "libcork/core/types.h"
|
|
|
|
/* All of the following functions will be defined for us by libcork/core/hash.h:
|
|
* cork_hash_buffer
|
|
* cork_big_hash_buffer
|
|
* cork_stable_hash_buffer
|
|
*/
|