Example #1
0
 /**
  * {@inheritdoc}
  */
 public function createHash(string $payload, Key $key) : string
 {
     return hash_hmac($this->getAlgorithm(), $payload, $key->getContent(), true);
 }