Documentation ¶
Overview ¶
Package didkey implements the did:key method. A DID Method for Static Cryptographic Keys. From the w3c draft spec https://w3c-ccg.github.io/did-method-key/
Index ¶
Constants ¶
View Source
const ( // KeyPrefix indicates a decentralized identifier that uses the key method KeyPrefix = "did:key" // MulticodecKindRSAPubKey rsa-x509-pub https://github.com/multiformats/multicodec/pull/226 MulticodecKindRSAPubKey = 0x1205 // MulticodecKindEd25519PubKey ed25519-pub MulticodecKindEd25519PubKey = 0xed )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.