Hasher

com.geirolz.secret.util.Hasher
See theHasher companion object
trait Hasher

A trait that represents a hasher. A hasher is an object that can hash a sequence of characters into a hash.

The hash is represented as a ByteBuffer.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object bcrypt

Members list

Value members

Abstract methods

def hash(chars: => Array[Byte], maxSize: Option[Int]): ByteBuffer