Fix funky indentation

This commit is contained in:
Frank Denis 2017-07-16 18:50:50 +02:00
parent 608e103e45
commit c86080e7b9

View File

@ -71,7 +71,7 @@ crypto_sign_ed25519_sk_to_curve25519(unsigned char *curve25519_sk,
crypto_hash_sha512(h, ed25519_sk,
crypto_sign_ed25519_SECRETKEYBYTES -
crypto_sign_ed25519_PUBLICKEYBYTES);
crypto_sign_ed25519_PUBLICKEYBYTES);
h[0] &= 248;
h[31] &= 127;
h[31] |= 64;