Comeonin
Password hashing specification for the Elixir programming language
Comeonin serves as a specification (behaviour) interface for password hashing libraries in Elixir, defining the standard Comeonin and Comeonin.PasswordHash behaviours. It isn’t used directly—rather, specific implementations like Argon2, Bcrypt, or PBKDF2 implement this interface to ensure consistency and flexibility.