From f1d5eb1da9900ab1435d8bd2f4fdb2353717809b Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 25 Mar 2012 19:44:26 +0200 Subject: Add ecc_25519_secret_sanitize stub implementation --- include/libuecc/ecc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libuecc/ecc.h') diff --git a/include/libuecc/ecc.h b/include/libuecc/ecc.h index e2fc545..cf584cf 100644 --- a/include/libuecc/ecc.h +++ b/include/libuecc/ecc.h @@ -57,5 +57,6 @@ void ecc_25519_secret_add(ecc_secret_key_256 *out, const ecc_secret_key_256 *in1 void ecc_25519_secret_sub(ecc_secret_key_256 *out, const ecc_secret_key_256 *in1, const ecc_secret_key_256 *in2); void ecc_25519_secret_reduce(ecc_secret_key_256 *out, const ecc_secret_key_256 *in); void ecc_25519_secret_mult(ecc_secret_key_256 *out, const ecc_secret_key_256 *in1, const ecc_secret_key_256 *in2); +void ecc_25519_secret_sanitize(ecc_secret_key_256 *out, const ecc_secret_key_256 *in); #endif /* _LIBUECC_ECC_H_ */ -- cgit v1.2.3