@substrate-system/webcrypto-x3dh
Preparing search index...
util
verifyBundle
Function verifyBundle
verifyBundle
(
verificationKey
:
CryptoKey
,
publicKeys
:
CryptoKey
[]
,
signature
:
Uint8Array
<
ArrayBuffer
>
,
)
:
Promise
<
boolean
>
Verify a bundle signature using Ed25519.
Parameters
verificationKey
:
CryptoKey
Ed25519 public key
publicKeys
:
CryptoKey
[]
X25519 public keys
signature
:
Uint8Array
<
ArrayBuffer
>
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@substrate-system/webcrypto-x3dh
Loading...
Verify a bundle signature using Ed25519.