Whitespace check-in
parent
ca302c952e
commit
365e65c2eb
|
|
@ -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
|
/// 32-byte secret key. The function does not backfill the tail bytes of the
|
||||||
/// secret key with the calculated public key.
|
/// secret key with the calculated public key.
|
||||||
/// \details crypto_sign_sk2pk() is not part of libsodium or Tweet API. It was
|
/// \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
|
/// \returns 0 on success, non-0 otherwise
|
||||||
/// \sa <A HREF="https://nacl.cr.yp.to/sign.html">NaCl crypto_sign documentation</A>
|
/// \sa <A HREF="https://nacl.cr.yp.to/sign.html">NaCl crypto_sign documentation</A>
|
||||||
/// \since Crypto++ 7.1
|
/// \since Crypto++ 7.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue