Expand description

Public-key cryptography for Tor.

In old places, Tor uses RSA; newer Tor public-key cryptography is based on curve25519 and ed25519.

Modules

Re-exporting Curve25519 implementations.

Re-exporting Ed25519 implementations, and related utilities.

Key manipulation functions for use with public keys.

Re-exporting RSA implementations.

Traits

A type for a validatable signature.

Functions

Check whether all of the signatures in this Vec are valid.