Sha256: 4ce5a49e41620c28445d6cff273852516fcc72886a2900831d816c2d60ebabad

Contents?: true

Size: 198 Bytes

Versions: 7

Compression:

Stored size: 198 Bytes

Contents

#ifndef _CRC12_3GPP_H_
#define _CRC12_3GPP_H_

#include <stdint.h>
#include <stddef.h>

typedef uint16_t crc12_t;

crc12_t crc12_3gpp_update(crc12_t crc, const void *data, size_t data_len);

#endif

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
digest-crc-0.6.5 ext/digest/crc12_3gpp/crc12_3gpp.h
digest-crc-0.6.4 ext/digest/crc12_3gpp/crc12_3gpp.h
digest-crc-0.6.3 ext/digest/crc12_3gpp/crc12_3gpp.h
digest-crc-0.6.2 ext/digest/crc12_3gpp/crc12_3gpp.h
digest-crc-0.6.1 ext/digest/crc12_3gpp/crc12_3gpp.h
digest-crc-0.6.0 ext/digest/crc12_3gpp/crc12_3gpp.h
digest-crc-0.6.0.rc1 ext/digest/crc12_3gpp/crc12_3gpp.h