Module glycos::graph::cryptograph [−][src]
Expand description
Encrypted structures of the Glycos graph. This module represents ciphertext space of the Glycos graph.
One can go from clear text to cipher text space via the Builders in this module, and vice versa
using the decrypt methods on the cipher text representation.
Structs
Represents a sealed Edge from a Vertex \(V_a\) to \(V_b\).
\(V_a\) and \(V_b\) are a priori unknown; the Edge can be opened through Edge::decrypt.
Builder for Edges.
The process of creating an Edge is a bit more involved than for Vertices,
although the interface is very alike.
Represents a sealed vertex.
A builder for Vertex’.
Enums
There are two error events in this module.
