Module tor_llcrypto::util[][src]

Expand description

Utilities for cryptographic purposes

For now, this module is just contains a couple of workarounds for the limitations of other libraries.

Modules

rand_compat

Compatibility utilities for working with libraries that consume older versions of rand_core.

Functions

x509_extract_rsa_subject_kludge

Given an X.509 certificate in DER, return its SubjectPublicKey if that key is an RSA key.