Packages
merkle_tree
2.0.0A hash tree or Merkle tree is a tree in which every non-leaf node is labelled with the hash of the labels or values (in case of leaves) of its child nodes. Hash trees are useful because they allow efficient and secure verification of the contents of large data structures.
gravity
1.0.1Elixir client for the Gravatar API.
kare
1.0.0Function currying in Elixir.
bloom_filter
1.1.0Bloom Filter implementation in Elixir. Bloom filters are probabilistic data structures designed to efficiently tell you whether an element is present in a set.
haiku
0.3.1Generates memorable names similar to Xaddress or Heroku. Supports custom words, custom delimiters, and custom reducer functions.
simple_statistics
0.0.1Statistics toolkit for Elixir.