Expand description

Types and traits dealing with identity across the Internet Computer.

Structs

The anonymous identity.

A Basic Identity which sign using an ED25519 key pair.

A cryptographic identity based on the Secp256k1 elliptic curve.

A cryptographic signature, signed by an Identity.

Enums

An error happened while reading a PEM file.

Traits

An Identity takes a request id and returns the Signature. Since it also knows about the Principal of the sender.