hex logo Hex
Packages Pricing Docs
Log In
Packages Pricing Docs Log In
Packages

crc32cer

1.1.3
1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0 0.1.12 0.1.11 0.1.10 0.1.9 0.1.8 0.1.7 0.1.6 0.1.5 0.1.4 0.1.3 0.1.2 0.1.1 0.1.0

CRC32-C as nif for Erlang

HexDocs

Current section

Files

Jump to
Readme
24 Versions
0 Dependencies
Dependants
Files
Activity
Readme 24 Versions 0 Dependencies Dependants Files Activity
crc32cer Makefile
Raw

42 files

  • c_src
    • crc32c_nif.c
  • external
    • crc32c
      • include
        • crc32c
          • crc32c.h
      • src
        • crc32c.cc
        • crc32c_arm64.cc
        • crc32c_arm64.h
        • crc32c_arm64_check.h
        • crc32c_arm64_unittest.cc
        • crc32c_benchmark.cc
        • crc32c_capi_unittest.c
        • crc32c_config.h.in
        • crc32c_extend_unittests.h
        • crc32c_internal.h
        • crc32c_portable.cc
        • crc32c_portable_unittest.cc
        • crc32c_prefetch.h
        • crc32c_prefetch_unittest.cc
        • crc32c_read_le.h
        • crc32c_read_le_unittest.cc
        • crc32c_round_up.h
        • crc32c_round_up_unittest.cc
        • crc32c_sse42.cc
        • crc32c_sse42.h
        • crc32c_sse42_check.h
        • crc32c_sse42_unittest.cc
        • crc32c_test_main.cc
        • crc32c_unittest.cc
      • .clang-format
      • .clang_complete
      • .gitignore
      • .gitmodules
      • .ycm_extra_conf.py
      • AUTHORS
      • CMakeLists.txt
      • CONTRIBUTING.md
      • Crc32cConfig.cmake.in
      • LICENSE
      • README.md
  • src
    • crc32cer.app.src
    • crc32cer.erl
  • CMakeLists.txt
  • Makefile
  • rebar.config

    No matching files

    Package files

      No matching files

      Makefile

      .PHONY: all clean compile tests hex-publish
      build_dir := c_build
      nif:
      @echo "Compiling NIF in $(build_dir)"
      @mkdir -p $(build_dir)
      @cmake . -B $(build_dir)
      @cmake --build $(build_dir)
      all: compile
      compile:
      @rebar3 compile
      tests:
      @rebar3 eunit -v
      clean:
      @rm -f priv/*.so
      @rm -rf $(build_dir)
      @rebar3 clean
      hex-publish: clean
      @rebar3 hex publish --repo=hexpm
      fmt:
      @rebar3 fmt -w
      hex logo Hex
      About Blog Sponsors Status Advisories
      Documentation FAQ Specifications Report Client Issue Report General Issue Report Security Issue Contact Support
      Code of Conduct Terms of Service Privacy Policy Copyright Policy Dispute Policy

      Copyright 2015. Six Colors AB.

      Powered by the Erlang VM and the Elixir Programming Language

      Search filters

      Type any of these into the search box. They can be combined with free text which searches package names and descriptions.

      Operator Description Example
      name: Match package name. Supports * wildcards and repo/package form name:phx* or name:hexpm/phoenix
      description: Full-text search of package descriptions description:auth
      depends: Packages depending on a given package. Supports repo:package form depends:ecto or depends:hexpm:ecto
      build_tool: Filter by build tool build_tool:mix
      updated_after: Packages updated after an ISO8601 datetime updated_after:2025-01-01T00:00:00Z
      extra: Match custom metadata (key,value). Nested keys are separated by commas extra:license,MIT

      Wrap values in double quotes to include spaces, e.g. name:"my package".