gravity v1.0.0 Gravity.Hash

All URLs on Gravatar are based on the use of the hashed value of an email address. Images and profiles are both accessed via the hash of an email, and it is considered the primary way of identifying an identity within the system.

iex> Gravity.Hash.build(“MyEmailAddress@example.com”) “0bc83cb571cd1c50ba6f3e8a78ef1346”

Summary

Functions

build(email)

Specs

build(String.t) :: String.t