Skip to content
  • Fernando Fernandez Mancera's avatar
    Tweaks into functions and variables in crypto_rsa.[ch] · 3812319b
    Fernando Fernandez Mancera authored and Nick Mathewson's avatar Nick Mathewson committed
    crypto_get_rsa_padding_overhead() and crypto_get_rsa_padding() are
    not static inline anymore in order to split the crypto_rsa module
    from crypto.[ch].
    
    Also included necessary modules in order to solve dependency issues.
    
    Also made two functions in crypto.c use crypto_pk_asn1_encdoe()
    instead of reaching into the crypto_pk_t struct.
    3812319b