Crate world_id [] [src]

Structs

Id

The main identity struct.

IdLink

A link to a previous Id, validated with a signature. The signature is the current Id, minus the IdLink, serialized to CBOR and signed by the previous Id's private key. The prev_id is an IPFS CID referring to the previous Id.

Server

A connection to an IPFS server that can put and request identities.

Enums

CryptoError
Keypair

The type of a keypair. Right now, only ED25519 is supported, but paranoia dictates that we allow room for expansion.

NetworkError