Skip to content

Erlang implementation of the Avro 64-bit Rabin fingerprint algorithm

License

Notifications You must be signed in to change notification settings

cogini/avro_fingerprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

avro_fingerprint

This is an implementation of the Avro 64-bit Rabin fingerprint algorithm in Erlang.

The constants were generated from the Avro Java example using java/AvroFingerprint.java.

Installation

If available in Hex, the package can be installed by adding avro_fingerprint to your list of dependencies in mix.exs:

def deps do
  [
    {:avro_fingerprint, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/avro_fingerprint.

About

Erlang implementation of the Avro 64-bit Rabin fingerprint algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published