Whitespace check-in

pull/696/head
Jeffrey Walton 2018-07-20 13:38:55 -04:00
parent ca302c952e
commit 365e65c2eb
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
3 changed files with 5 additions and 5 deletions

View File

@ -384,7 +384,7 @@ int crypto_sign_keypair(byte *pk, byte *sk);
/// 32-byte secret key. The function does not backfill the tail bytes of the
/// secret key with the calculated public key.
/// \details crypto_sign_sk2pk() is not part of libsodium or Tweet API. It was
/// added for interop with the I2P Java library.
/// added for interop with some anonymous routing protocols.
/// \returns 0 on success, non-0 otherwise
/// \sa <A HREF="https://nacl.cr.yp.to/sign.html">NaCl crypto_sign documentation</A>
/// \since Crypto++ 7.1