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