Remove superfluous whitespace

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
pull/104/head
Philipp Zabel 2023-07-27 08:14:07 +02:00 committed by Andri Yngvason
parent bc3a47a654
commit 5b4141ac1d
3 changed files with 3 additions and 3 deletions

View File

@ -658,7 +658,7 @@ bool crypto_rsa_priv_key_load(struct crypto_rsa_priv_key* priv,
void crypto_rsa_pub_key_modulus(const struct crypto_rsa_pub_key* key, void crypto_rsa_pub_key_modulus(const struct crypto_rsa_pub_key* key,
uint8_t* dst, size_t dst_size) uint8_t* dst, size_t dst_size)
{ {
crypto_export(dst, dst_size, key->key.n); crypto_export(dst, dst_size, key->key.n);
} }
void crypto_rsa_pub_key_exponent(const struct crypto_rsa_pub_key* key, void crypto_rsa_pub_key_exponent(const struct crypto_rsa_pub_key* key,