@bicycle-codes/crypto-util
Preparing search index...
rsa
verify
Function verify
verify
(
msg
:
Msg
,
sig
:
Msg
,
publicKey
:
string
|
CryptoKey
,
charSize
?:
CharSize
,
hashAlg
?:
HashAlg
,
)
:
Promise
<
boolean
>
Parameters
msg
:
Msg
sig
:
Msg
publicKey
:
string
|
CryptoKey
charSize
:
CharSize
= DEFAULT_CHAR_SIZE
hashAlg
:
HashAlg
= DEFAULT_HASH_ALGORITHM
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@bicycle-codes/crypto-util
Loading...