Module pk

Source
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§

curve25519
Re-exporting Curve25519 implementations.
ed25519
Re-exporting Ed25519 implementations, and related utilities.
keymanip
Key manipulation functions for use with public keys.
rsa
Re-exporting RSA implementations.

Traits§

ValidatableSignature
A type for a validatable signature.

Functions§

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