HashAlgorithm

fs2.hashing.HashAlgorithm
See theHashAlgorithm companion class
object HashAlgorithm

Attributes

Companion
class
Source
HashAlgorithm.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object MD5 extends HashAlgorithm

Attributes

Source
HashAlgorithm.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
MD5.type
final case class Named(name: String) extends HashAlgorithm

Attributes

Source
HashAlgorithm.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object SHA1 extends HashAlgorithm

Attributes

Source
HashAlgorithm.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
SHA1.type
case object SHA224 extends HashAlgorithm

Attributes

Source
HashAlgorithm.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
SHA224.type
case object SHA256 extends HashAlgorithm

Attributes

Source
HashAlgorithm.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
SHA256.type
case object SHA384 extends HashAlgorithm

Attributes

Source
HashAlgorithm.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
SHA384.type
case object SHA3_224 extends HashAlgorithm

Attributes

Source
HashAlgorithm.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
SHA3_224.type
case object SHA3_256 extends HashAlgorithm

Attributes

Source
HashAlgorithm.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
SHA3_256.type
case object SHA3_384 extends HashAlgorithm

Attributes

Source
HashAlgorithm.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
SHA3_384.type
case object SHA3_512 extends HashAlgorithm

Attributes

Source
HashAlgorithm.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
SHA3_512.type
case object SHA512 extends HashAlgorithm

Attributes

Source
HashAlgorithm.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
SHA512.type
case object SHA512_224 extends HashAlgorithm

Attributes

Source
HashAlgorithm.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
SHA512_224.type
case object SHA512_256 extends HashAlgorithm

Attributes

Source
HashAlgorithm.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
SHA512_256.type

Value members

Concrete methods

Attributes

Source
HashAlgorithm.scala