https://github.com/zshipko/ocaml-crc64
https://github.com/zshipko/ocaml-crc64
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zshipko/ocaml-crc64
- Owner: zshipko
- License: mit
- Created: 2016-11-24T18:45:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T19:06:42.000Z (over 9 years ago)
- Last Synced: 2025-01-22T14:08:12.495Z (over 1 year ago)
- Language: OCaml
- Size: 6.84 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ocaml-crc64
This is a pure OCaml implementation of Redis' CRC64
# Building
opam pin add crc64 .
# Usage
This module exports the following functions:
- `crc64`
- `crc64_s`
- `unsigned_string`
See 'lib/crc64.mli' for more details