Mention that edwards25519sha512batch() should not be used in new projects.

This commit is contained in:
Frank Denis
2014-06-30 21:09:32 -07:00
parent f53590f38b
commit d334b93d0d
@@ -1,6 +1,17 @@
#ifndef crypto_sign_edwards25519sha512batch_H
#define crypto_sign_edwards25519sha512batch_H
/*
* WARNING: This construction was a prototype, which should not be used
* any more in new projects.
*
* crypto_sign_edwards25519sha512batch is provided for applications
* initially built with NaCl, but as recommended by the author of this
* construction, new applications should use ed25519 instead.
*
* In Sodium, you should use the high-level crypto_sign_*() functions instead.
*/
#include <stddef.h>
#include "export.h"