Preparing search index...
The search index is not available
@bicycle-codes/crypto-util
@bicycle-codes/crypto-util
didToPublicKey
Function didToPublicKey
didToPublicKey
(
did
:
`
did:key:z
${
string
}
`
,
)
:
{
publicKey
:
Uint8Array
;
type
:
"rsa"
|
"ed25519"
|
"bls12-381"
}
Parameters
did
:
`
did:key:z
${
string
}
`
Returns
{
publicKey
:
Uint8Array
;
type
:
"rsa"
|
"ed25519"
|
"bls12-381"
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@bicycle-codes/crypto-util
Loading...