From aec8f049d43d79c6c8c26a7d9ddfd9460d267275 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 26 Mar 2019 13:06:41 +0300 Subject: libaxolotl doesn't exist anymore, it's renamed to libsignal --- .../src/curve25519/ed25519/additions/curve_sigs.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 libs/libaxolotl/src/curve25519/ed25519/additions/curve_sigs.h (limited to 'libs/libaxolotl/src/curve25519/ed25519/additions/curve_sigs.h') diff --git a/libs/libaxolotl/src/curve25519/ed25519/additions/curve_sigs.h b/libs/libaxolotl/src/curve25519/ed25519/additions/curve_sigs.h deleted file mode 100644 index a2d819aef0..0000000000 --- a/libs/libaxolotl/src/curve25519/ed25519/additions/curve_sigs.h +++ /dev/null @@ -1,17 +0,0 @@ - -#ifndef __CURVE_SIGS_H__ -#define __CURVE_SIGS_H__ - -/* returns 0 on success */ -int curve25519_sign(unsigned char* signature_out, /* 64 bytes */ - const unsigned char* curve25519_privkey, /* 32 bytes */ - const unsigned char* msg, const unsigned long msg_len, /* <= 256 bytes */ - const unsigned char* random); /* 64 bytes */ - -/* returns 0 on success */ -int curve25519_verify(const unsigned char* signature, /* 64 bytes */ - const unsigned char* curve25519_pubkey, /* 32 bytes */ - const unsigned char* msg, const unsigned long msg_len); /* <= 256 bytes */ - - -#endif -- cgit v1.2.3