class Illuminate / Hashing / Argon2IdHasher
You are viewing an older version of the documentation. For the latest, please visit master documentation.

Argon2IdHasher

Extends

Methods

public

check ( $value , $hashedValue , array $options ) : bool

Check the given plain value against a hash.

Parameters

  • $value string
  • $hashedValue string
  • $options array
protected

algorithm ( ) : int

Get the algorithm that should be used for hashing.