Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Trianglman
Sqrl
NonceValidatorInterface
PHP Interface Trianglman\Sqrl\NonceValidatorInterface
Author:
johnj
Datei anzeigen
Open project: trianglman/sqrl
Public Methods
Method
Description
validateSignature
(
string
$orig
,
string
$sig
,
string
$pk
) :
boolean
Validates a supplied signature against the original and the public key
Method Details
validateSignature()
public
method
Validates a supplied signature against the original and the public key
public
validateSignature
(
string
$orig
,
string
$sig
,
string
$pk
) :
boolean
$orig
string
The original message
$sig
string
The signature to verify
$pk
string
The public key derived from the private key that created the signature
return
boolean