Module tor_llcrypto::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§

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

Traits§

Functions§