[][src]Crate irmaseal_core

Modules

api

Structs that define the IRMAseal REST API protocol.

stream

Implementation of the IRMAseal stream format. Includes zero-allocation streaming encryption and decryption.

util

Structs

Attribute

An IRMAseal Attribute, which is a simple case of an IRMA ConDisCon.

Identity

An IRMAseal identity, from which internally a Waters identity can be derived.

PublicKey

An IRMAseal public key for a system, as generated by the Private Key Generator (PKG).

UserSecretKey

An IRMAseal user private key, as generated by the Private Key Generator (PKG).

Enums

Error

Traits

Readable

A readable resource that yields chunks of a bytestream.

Writable

A writable resource that accepts chunks of a bytestream.