···28282929Keys are notated using [did:key](https://w3c-ccg.github.io/did-method-key/) and only secp256k1 and NIST P-256 are currently supported.
30303131-This data is a succinct format that can be directly translated to a valid DID document.
3232-3331Each operation fully attests the current state of the document data. It also includes a reference to the previous operation in the log using a sha256 [CID](https://github.com/multiformats/cid). Each operation also includes a `base64url` encoded signature of the cbor-encoded operation from a valid rotation key.
34323533An operation is of the shape:
···52505351Operations are verified, ordered and made available by the PLC server.
54525555-The operation logs are fully self-certifying, with the exception of their ordering.
5353+The operation logs are fully self-certifying construction of the current state of the DID document, with the exception of their ordering.
56545755Therefore, the PLC server's attacks are limited to:
5856- Denial of service: rejecting valid operations, or refusing to serve some information about the DID